|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
CREATE statements).
See:
Description
| Interface Summary | |
|---|---|
| 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. |
This is package containing builders for syntax elements used in SQL Data Definition statements (typically CREATE statements).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||