Package com.perdues.db

Interface Summary
DBTypeHandler Each Schema object has an associated set of classes that perform various type-specific actions based on the extended types specified in the Schema.
 

Class Summary
ColumnInfo  
DBInfo  
Form This class extends HTForm with methods to read, insert, update, and delete records in a SQL database, and to validate data entered in an HTML form for insert or update of a database record.
Query Class that holds some clauses of a SQL select and helps you build select statements.
Schema This class defines information about one or more databases.
TableInfo Class holding information about a table of a database.
Validate Methods related to data validation.