public interface TableDefinition extends SchemaDefinitionStatement, SchemaElement
CREATE TABLE ) statement.| Modifier and Type | Method and Description |
|---|---|
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.
|
asTypeableTableScope 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()
Copyright © 2010-2012. All Rights Reserved.