| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.definition |
This is package containing builders for syntax elements used in SQL Data Definition statements (typically
CREATE statements). |
| org.sql.generation.api.grammar.definition.table |
This package contains syntax interfaces for
CREATE TABLE statement. |
| Modifier and Type | Method and Description |
|---|---|
TableContentsSource |
TableDefinitionBuilder.getTableContentsSource()
Returns the table contents source for this table.
|
| Modifier and Type | Method and Description |
|---|---|
TableDefinitionBuilder |
TableDefinitionBuilder.setTableContentsSource(TableContentsSource contents)
Sets the contents source for this table.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableElementList
This syntax element represents the table element list in table definition.
|
| Modifier and Type | Method and Description |
|---|---|
TableContentsSource |
TableDefinition.getContents()
Returns the actual body of this table definition.
|
Copyright © 2010-2012. All Rights Reserved.