public interface TableDefinitionBuilder extends AbstractBuilder<TableDefinition>
CREATE TABLE ...).| Modifier and Type | Method and Description |
|---|---|
TableCommitAction |
getCommitAction()
Returns the commit action for this table.
|
TableContentsSource |
getTableContentsSource()
Returns the table contents source for this table.
|
TableNameDirect |
getTableName()
Returns the name for this table.
|
TableScope |
getTableScope()
Returns the scope for this table.
|
TableDefinitionBuilder |
setCommitAction(TableCommitAction commitAction)
Sets the commit action for this table.
|
TableDefinitionBuilder |
setTableContentsSource(TableContentsSource contents)
Sets the contents source for this table.
|
TableDefinitionBuilder |
setTableName(TableNameDirect tableName)
Sets the name for this table.
|
TableDefinitionBuilder |
setTableScope(TableScope scope)
Sets the scope for this table.
|
createExpressionTableDefinitionBuilder setTableScope(TableScope scope)
scope - The scope for this table.TableScopeTableDefinitionBuilder setTableName(TableNameDirect tableName)
tableName - The name for this table.TableNameTableDefinitionBuilder setCommitAction(TableCommitAction commitAction)
commitAction - The commit action for this table.TableCommitActionTableDefinitionBuilder setTableContentsSource(TableContentsSource contents)
contents - The contents source for this table.TableContentsSource,
TableElementListTableScope getTableScope()
TableNameDirect getTableName()
TableCommitAction getCommitAction()
TableContentsSource getTableContentsSource()
Copyright © 2010-2012. All Rights Reserved.