| 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 |
|---|---|
List<TableElement> |
TableElementListBuilder.getTableElements()
Returns all the elements that this builder has.
|
| Modifier and Type | Method and Description |
|---|---|
TableElementListBuilder |
TableElementListBuilder.addTableElement(TableElement element)
Adds the table element to this list.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnDefinition
This syntax element represents the column definition of the table definition statement.
|
interface |
LikeClause
This syntax element represents the
LIKE
<table name> clause in table definition. |
interface |
TableConstraintDefinition
This syntax element represents the constraint definition for a table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableElement> |
TableElementList.getElementList()
Returns a list of table elements.
|
Copyright © 2010-2012. All Rights Reserved.