public class CreateTableData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
ArrayList<Column> |
columns
The column list.
|
boolean |
globalTemporary
Whether the table is global temporary.
|
int |
id
The object id.
|
boolean |
isHidden
The table is hidden.
|
boolean |
persistData
Whether the data should be persisted.
|
boolean |
persistIndexes
Whether the indexes should be persisted.
|
Schema |
schema
The schema.
|
SessionLocal |
session
The session.
|
String |
tableEngine
The table engine to use for creating the table.
|
ArrayList<String> |
tableEngineParams
The table engine params to use for creating the table.
|
String |
tableName
The table name.
|
boolean |
temporary
Whether this is a temporary table.
|
| 构造器和说明 |
|---|
CreateTableData() |
public Schema schema
public String tableName
public int id
public boolean temporary
public boolean globalTemporary
public boolean persistIndexes
public boolean persistData
public SessionLocal session
public String tableEngine
public ArrayList<String> tableEngineParams
public boolean isHidden
Copyright © 2022. All rights reserved.