Package net.sf.colle.sql.schema

Interface Summary
LoaderFilter Allows files loaded by TableLoader to be filtered before contents are loaded into the database.
 

Class Summary
Column Model abstraction of a column in a relational table.
ForeignKey Model abstraction of a foreign key on a relational table.
Index Model abstraction of an index on a relational table.
RDBMSRuntime Abstraction of known differences in RDBMS systems.
RelationalModel Structural model for a relational database.
Table Model abstraction of a relational table.
TableBuilder Command line utility for building SQL tables.
TableLoader Loads tables with text files.
 

Exception Summary
TooFewFieldsException Exception to be thrown in read, update and delete methods of the persistence classes.
TooManyFieldsException Exception to be thrown in read, update and delete methods of the persistence classes.