| 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.schema |
This package contains syntax interfaces for
CREATE SCHEMA statement. |
| org.sql.generation.api.grammar.definition.table |
This package contains syntax interfaces for
CREATE TABLE statement. |
| org.sql.generation.api.grammar.definition.view |
This package contains syntax interfaces required for
CREATE VIEW statement. |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaElement> |
SchemaDefinitionBuilder.getSchemaElements()
Returns all the schema elements for the schema to be created.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinitionBuilder |
SchemaDefinitionBuilder.addSchemaElements(SchemaElement... elements)
Adds schema elements for the schema to be created.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaElement> |
SchemaDefinition.getSchemaElements()
Returns any additional elements for this schema.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableDefinition
This syntax element represents the table definition (
CREATE TABLE ) statement. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ViewDefinition
This syntax element represents the
CREATE VIEW statement. |
Copyright © 2010-2012. All Rights Reserved.