| Package | Description |
|---|---|
| org.brains2b.sql.meta |
| Class and Description |
|---|
| ColumnModel
Wrapper around column definition from DatabaseMetaData
|
| ConstraintModel
Wrapper around the constraint 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.Key
All recognized Keys for a SELECT statement
|
| SQLMetaModel
Interface that defines general information for the wrapper
of the database meta models on the basis of
SQLRecord |
| 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
|