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 | |
| DerbyConnectionCreator | |
| JDBCParameterInfo |
This class enapsulates available JDBC parameters for a given
ConnectionCreator with suggested default values or available options.
|
| JDBCParametersParser |
Utility class to convert a Properties map to/from a String that can be
used as the
DatabaseProvider.PARAMETERS_CLASS_REFTYPE value for
a database connection. |
| MySQLConnectionCreator | |
| ODBCConnectionCreator | Deprecated
the Sun JDBC-ODBC bridge has been removed in JDK8.
|
| OracleConnectionCreator |
ConnectionCreator for Oracle connections, both thick and thin.
|
| OracleLiteConnectionCreator |
ConnectionCreator implementation for Oracle Lite connections.
|
| SQLiteConnectionCreator | |
| SQLServerConnectionCreator |
| Enum | Description |
|---|---|
| DerbyConnectionCreator.DerbySubprotocol |
Enum that document the allowed subprotocols for a derby jdbc
connection.
|