public class CreateTableData extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
String |
tableEngine
The table engine to use for creating the table.
|
String |
tableName
The table name.
|
boolean |
temporary
Whether this is a temporary table.
|
Constructor and Description |
---|
CreateTableData() |
public Schema schema
public String tableName
public int id
public boolean temporary
public boolean globalTemporary
public boolean persistIndexes
public boolean persistData
public boolean create
public Session session
public String tableEngine
public boolean isHidden
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.