| Interface | Description |
|---|---|
| SQLMetaModel |
Interface that defines general information for the wrapper
of the database meta models on the basis of
SQLRecord |
| Class | Description |
|---|---|
| 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
|
| SelectDescriptor.JoinDescriptor |
Describes a join statement within a
SelectDescriptor |
| SelectFormatter |
Formatter for SQL statements
|
| 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
|
| TypeModel | |
| 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
|
| Enum | Description |
|---|---|
| SelectDescriptor.Key |
All recognized Keys for a SELECT statement
|