| 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.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Modifier and Type | Method and Description |
|---|---|
TableElementListBuilder |
TableElementListBuilder.addTableElement(TableElement element)
Adds the table element to this list.
|
| Modifier and Type | Method and Description |
|---|---|
TableElementListBuilder |
DefinitionFactory.createTableElementListBuilder()
Creates an empty builder for defining columns and constraints for
CREATE TABLE statement. |
Copyright © 2010-2012. All Rights Reserved.