|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.command.ddl.CreateTableData
public class CreateTableData
The data required to create a table.
| Field Summary | |
|---|---|
java.util.ArrayList<Column> |
columns
The column list. |
boolean |
create
Whether to create a new table. |
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. |
Session |
session
The session. |
java.lang.String |
tableEngine
The table engine to use for creating the table. |
java.lang.String |
tableName
The table name. |
boolean |
temporary
Whether this is a temporary table. |
| Constructor Summary | |
|---|---|
CreateTableData()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Schema schema
public java.lang.String tableName
public int id
public java.util.ArrayList<Column> columns
public boolean temporary
public boolean globalTemporary
public boolean persistIndexes
public boolean persistData
public boolean create
public Session session
public java.lang.String tableEngine
public boolean isHidden
| Constructor Detail |
|---|
public CreateTableData()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||