See: Description
| Interface | Description |
|---|---|
| ConnectionCreator |
Creator for the DatabaseProvider to create a Connection given the key/value pairs accessible through the Properties class.
|
| DatabaseContextManager.ContextWrapper | |
| DatabaseProviderClassLoaderFactory |
Factory for retrieving a ClassLoader for a particular JDBC driver
|
| Class | Description |
|---|---|
| AbstractConnectionCreator |
Abstract implementation of ConnectionCreator that implements getConnection() and creates a connection given the URL and driver class returned by getConnectionURL() and getDriverClassName().
|
| AbstractOracleConnCreator | |
| CustomConnectionCreator |
ConnectionCreator implementation for Custom / Third Part database connections.
|
| DatabaseContextManager |
Central point that controls the JNDI Context used for database connections.
|
| DatabaseProvider |
Referenceable implementation for Database Connections, to be bound into an ADF connection architecture JNDI Context.
|
| DatabaseProviderFactory | Deprecated
since 12 with no replacement in the SDK.
|
| DB2ConnectionCreator | |
| MySQLConnectionCreator | |
| ODBCConnectionCreator |
ConnectionCreator implementation for connections that use the JDBC-ODBC bridge.
|
| OracleConnectionCreator |
ConnectionCreator for Oracle connections, both thick and thin.
|
| OracleLiteConnectionCreator |
ConnectionCreator implementation for Oracle Lite connections.
|
| SQLiteConnectionCreator | |
| SQLServerConnectionCreator |