CREATE statements).See: Description
| Interface | Description |
|---|---|
| ForeignKeyConstraintBuilder |
The builder for table constraint
FOREIGN KEY(source columns) REFERENCES table_name(target columns) etc....). |
| SchemaDefinitionBuilder |
This is builder interface for creating schema definition statements (
CREATE SCHEMA ...). |
| TableDefinitionBuilder |
This is the builder for table definition statements (
CREATE TABLE ...). |
| TableElementListBuilder |
This is the builder for table element list used in
CREATE TABLE statements. |
| UniqueConstraintBuilder |
This is builder for
UNIQUE(...) and PRIMARY KEY(...) table constraints in table definition. |
| ViewDefinitionBuilder |
This is a builder for
CREATE VIEW statements. |
CREATE statements).Copyright © 2010-2012. All Rights Reserved.