| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
interface |
SchemaDefinition
This syntax element represents the
CREATE SCHEMA statement. |
| 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.