|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableCreatable
Interface for objects that support creating new tables.
| Method Summary | |
|---|---|
TableCreationBuilder |
createTable(Schema schema,
String name)
Initiates the building of a table creation operation. |
TableCreationBuilder |
createTable(String schemaName,
String tableName)
Initiates the building of a table creation operation. |
boolean |
isCreateTableSupported()
Determines whether table creation is supported |
| Method Detail |
|---|
boolean isCreateTableSupported()
TableCreationBuilder createTable(Schema schema,
String name)
throws IllegalArgumentException,
IllegalStateException
schema - the schema to create the table inname - the name of the new table
IllegalArgumentException - if the table argument is null or invalid.
IllegalStateException - if the connection to the DataContext is read-only or another
access restriction is preventing the operation.
TableCreationBuilder createTable(String schemaName,
String tableName)
throws IllegalArgumentException,
IllegalStateException
schemaName - the name of the schema to create the table intableName - the name of the new table
IllegalArgumentException - if the table argument is null or invalid.
IllegalStateException - if the connection to the DataContext is read-only or another
access restriction is preventing the operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||