Class | Description |
---|---|
CreateAllTypes |
Create a table containing all JDBC/SQL types we are interested in.
|
DBO |
The base dbo class which is extended by all generated
dbo classes.
|
DBOMgr |
The base Manager class which is extended by all generated "Mgr" classes.
|
Generate |
Generates java objects that represent tables in a database.
|
Types |
SQL and java type related functions
|
Exception | Description |
---|---|
DBOException |
Captures exceptional conditions in the dbo framework.
|
ValidateException |
Thrown when a DBO Object cannot be saved because the
information contained in it fails validity tests.
|