|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableElement | |
|---|---|
| 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. |
| Uses of TableElement in org.sql.generation.api.grammar.builders.definition |
|---|
| Methods in org.sql.generation.api.grammar.builders.definition that return types with arguments of type TableElement | |
|---|---|
List<TableElement> |
TableElementListBuilder.getTableElements()
Returns all the elements that this builder has. |
| Methods in org.sql.generation.api.grammar.builders.definition with parameters of type TableElement | |
|---|---|
TableElementListBuilder |
TableElementListBuilder.addTableElement(TableElement element)
Adds the table element to this list. |
| Uses of TableElement in org.sql.generation.api.grammar.definition.table |
|---|
| Subinterfaces of TableElement in org.sql.generation.api.grammar.definition.table | |
|---|---|
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. |
| Methods in org.sql.generation.api.grammar.definition.table that return types with arguments of type TableElement | |
|---|---|
List<TableElement> |
TableElementList.getElementList()
Returns a list of table elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||