Package org.brains2b.squeler.ddl

Interface Summary
ColumnRelation  
DDLDefinition  
DDLWriter Deprecated. Replaced by DDLDefinition
 

Class Summary
CodeDDL [Short description] [Long description]
ColumnDDL ColumnDDL defines and writes a column DDL statement that is used in other DDL statements.
ConstraintDDL Define SQL statement for constraints (PRIMARY KEY|FOREIGN KEY|CHECK)
IndexDDL Holds the data and creates an index for the defined values
TableDDL Defines a table and writes it to requested output
 

Exception Summary
SquelerDDLException Exception for SquelerDDL