|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableDefinitionBuilder
This is the builder for table definition statements (CREATE TABLE ...).
| Method Summary | |
|---|---|
TableCommitAction |
getCommitAction()
Returns the commit action for this table. |
TableContentsSource |
getTableContentsSource()
Returns the table contents source for this table. |
TableName |
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(TableName tableName)
Sets the name for this table. |
TableDefinitionBuilder |
setTableScope(TableScope scope)
Sets the scope for this table. |
| Methods inherited from interface org.sql.generation.api.grammar.builders.AbstractBuilder |
|---|
createExpression |
| Method Detail |
|---|
TableDefinitionBuilder setTableScope(TableScope scope)
scope - The scope for this table.
TableScopeTableDefinitionBuilder setTableName(TableName 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()
TableName getTableName()
TableCommitAction getCommitAction()
TableContentsSource getTableContentsSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||