Class Summary |
ColumnModel |
Wrapper around column definition from DatabaseMetaData |
ConstraintModel |
Wrapper around the constraint definition from DatabaseMetaData |
IndexModel |
Wrapper around the index definition from DatabaseMetaData |
ParameterModel |
Wrapper around the parameter definition from DatabaseMetaData |
ProcedureModel |
Wrapper around a procedure definition from DatabaseMetaData |
SelectDescriptor |
Describe a select statement in terms of the different keywords which
makes it up |
SQLKeyWords |
Class that implements one single static function isReserved
which checks if a String is a SQL reserved word. |
SQLMetaData |
Main DatabaseMetaData class for describing database, table
and column properties on the basis of a supplied connection |
TableModel |
Wrapper around table definition from DatabaseMetaData |
TypesInfo |
Types to Java
Static class to translate java.sql.Types into appropriate Java types
At the moment only primitives, String and java.sql.Date,Time,Timestamp are used |