|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableElementListBuilder
This is the builder for table element list used in CREATE TABLE statements.
| Method Summary | |
|---|---|
TableElementListBuilder |
addTableElement(TableElement element)
Adds the table element to this list. |
java.util.List<TableElement> |
getTableElements()
Returns all the elements that this builder has. |
| Methods inherited from interface org.sql.generation.api.grammar.builders.AbstractBuilder |
|---|
createExpression |
| Method Detail |
|---|
TableElementListBuilder addTableElement(TableElement element)
element - The table element to add to this list.
java.util.List<TableElement> getTableElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||