Package org.sql.generation.api.grammar.builders.definition

This is package containing builders for syntax elements used in SQL Data Definition statements (typically 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.
 

Package org.sql.generation.api.grammar.builders.definition Description

This is package containing builders for syntax elements used in SQL Data Definition statements (typically CREATE statements).



Copyright © 2010-2011. All Rights Reserved.