See: Description
Interface | Description |
---|---|
JDBCObjectKey<DBOBJ extends MappedAttributesObject> |
Defines the interface for database objects that can be used as a key in
a
HashMap or Hashtable . |
Class | Description |
---|---|
JDBCConnectionInfo |
Defines a JDBC connection information object.
|
JDBCConnectionPool |
A pool of JDBC connections to a configured database.
|
JDBCFactory |
A factory for JDBC objects and JDBC object controllers.
|
JDBCGenericObject |
A generic implementation of the
JDBCObject abstract class. |
JDBCGenericObjectController |
A generic implementation of the
JDBCObjectController abstract
class. |
JDBCLogWriter |
A utility class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
JDBCManager |
The default manager for a JDBC database.
|
JDBCObject<DBOBJ extends MappedAttributesObject> |
An abstract JDBC object definition.
|
JDBCObjectController<DBOBJ extends JDBCObject<DBOBJ>> |
An abstract JDBC object controller definition.
|
JDBCObjectKeyCache |
Maintains a cache of
JDBCObject key field names as defined by the
db.[tblname].Primary or db.[tblname].Index.0 property values. |
JDBCPoolManager |
The manager for JDBC connection pool(s).
|
JDBCSetup |
A command line class for creating or revising a JDBC collection.
|
JDBCUtil |
A utility class that contains miscellaneous JDBC helper methods.
|
Product-neutral classes for database connections; such as for executing SQL and retrieving database metadata.