| Interface | Description |
|---|---|
| DBRecordIfc |
Title: Database Record interface
Description: A simple interface that defines the persist method which is
expected to be present for any object that wants to be written to the
database.
|
| JDBCConnectionFactoryIfc |
Generic interface used for generating
java.sql.Connection
objects to JDBC-compliant databases. |
| SqlPersistable | |
| SqlRepository |
| Class | Description |
|---|---|
| ConnectionPool |
Title: UDC DB Connection Pool
Description: This object is for maintaining a collection of connections to
a database for the purpose of managing resources, and reducing the time it
takes to initiate a database action.
|
| DBAccess | |
| DBConnectionFactory | |
| DBInfo | |
| DBMaint | |
| DBQuery | |
| Filter |
Title: UDC Filter
Description: This object is used to contain the FilterItem objects that are
used to help construct a database request.
|
| FilterItem |
Title: UDC FilterItem
Description: This object is used to construct a database request.
|
| JDBCUtils |
This class provides static methods that can be used to obtain DB-specific
objects and information.
|
| OracleConnectionFactory |
This class, once constructed with the necessary information, will
produce a
java.sql.Connection object for connecting to
an Oracle database. |
| SqlCmdSet |
Title: SQL Command Set
Description: This class is for holding sets of SQL commands necessary to
complete a single SQL transaction.
|
| SqlField |
Title: UDC SQL Field
Description: This object is for storing the specific rules for a given
field as it pertains to the SQL query it will be used in.
|
| TimedConnection |
| Exception | Description |
|---|---|
| LostConnectionException | |
| PoolFullException |
Title: Pool Full Exception
Description: Simple exception, just to inform "Theirs no room in the pool".
|
| UDCSQLException |