CreateTableData

The data required to create a table.


Fields
static ArrayList columns
static boolean create
static boolean globalTemporary
static int id
static boolean isHidden
static boolean persistData
static boolean persistIndexes
static Schema schema
static Session session
static String tableEngine
static ArrayList tableEngineParams
static String tableName
static boolean temporary

columns

The column list.

create

Whether to create a new table.

globalTemporary

Whether the table is global temporary.

id

The object id.

isHidden

The table is hidden.

persistData

Whether the data should be persisted.

persistIndexes

Whether the indexes should be persisted.

schema

The schema.

session

The session.

tableEngine

The table engine to use for creating the table.

tableEngineParams

The table engine params to use for creating the table.

tableName

The table name.

temporary

Whether this is a temporary table.