|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableDefinition
This syntax element represents the table definition (CREATE TABLE ) statement.
| Method Summary | |
|---|---|
TableCommitAction |
getCommitAction()
Returns the commit action for this table. |
TableContentsSource |
getContents()
Returns the actual body of this table definition. |
TableNameDirect |
getTableName()
Returns the name for this table. |
TableScope |
getTableScope()
Returns the table scope for this table. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Methods inherited from interface org.sql.generation.api.grammar.definition.schema.SchemaElement |
|---|
asTypeable |
| Method Detail |
|---|
TableScope getTableScope()
null if no scope defined.
null if no scope defined.TableScopeTableNameDirect getTableName()
TableNameTableCommitAction getCommitAction()
null if no commit action defined.
null if no commit action defined.TableCommitActionTableContentsSource getContents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||