| AbstractConditions |
Abstract ancestor for classes that encapsulate conditions for database
retrieval.
|
| AbstractDatabaseConnection |
DatabaseConnection manages the interface to the database back-end.
|
| AbstractDatabaseObjectWithOptionHandling |
Abstract ancestor for classes that need to be able to change the database
connection with commandline parameters.
|
| AbstractDbBackend |
Ancestor for classes that provide a processing backend.
|
| AbstractIndexedTable |
Class to implement the features of a database table.
|
| AbstractLimitedConditions |
Abstract ancestor for conditions that limit the number of records retrieved.
|
| AbstractReconnectableDatabaseConnection |
Ancestor for database connection classes that offer reconnecting to
another URL.
|
| AbstractTable |
Ancestor for all table classes.
|
| AbstractTableCleanUp |
Ancestor of classes that clean up tables in some fashion.
|
| AbstractTableFacade |
Ancestor for database table facades.
|
| AbstractTimeWindowTableCleanUp |
Ancestor for clean up schemes that use a time window.
|
| BulkInsertTable |
Table that can do bulk inserts.
|
| ColumnMapping |
Implements a set of table columns, mapping names to sql types
|
| Conditions |
Helper class for retrieving default conditions setups.
|
| ConnectionParameters |
Container class for connection information.
|
| DatabaseConnection |
DatabaseConnection manages the interface to the database back-end.
|
| DatabaseManager<T extends AbstractDatabaseConnection> |
Manages the database URL/connection object relations.
|
| DataTypeHelper |
Helper for the DataType class.
|
| Drivers |
Helper class for loading JDBC driver classes.
|
| FacadeManager<T extends AbstractTableFacade> |
Manages the database URL/facade relations.
|
| JDBC |
Utility class for JDBC.
|
| JdbcUrl |
Encapsulates a JDBC URL Performs some minimal checks.
|
| LogEntry |
A simple log entry container that can be stored and retrieve in a database.
|
| LogEntryConditions |
Conditions for retrieving log entries.
|
| LogF |
Facade for logging backends.
|
| MetaDataUtils |
Utility class for database meta-data.
|
| MultipleInsert |
Manages a multiple insert operation for a table (bulkinserttable)
|
| ReportTableByDBID<R extends Report,F extends AbstractField> |
Abstract ancestor for classes that provide access to reports stored in
tables.
|
| ReportTableByID<R extends Report & IDHandler,F extends AbstractField> |
Abstract ancestor for classes that provide access to reports stored in
tables.
|
| Sequences |
A class for retrieving sequences from database queries.
|
| SimpleResultSet |
Simplified resultset that will close itself once you get to the end
|
| SQLF |
Facade for generic SQL.
|
| SQLStatement |
Wrapper for a SQL statement to be editable in the GOE.
|
| SQLTableCleanUp |
Executes an SQL statement to clean up the table.
|
| SQLUtils |
Helper class for SQL related operations.
|
| TableManager<T extends SQLIntf> |
Manages the database URL/table relations.
|