Package | Description |
---|---|
oracle.jdeveloper.db.adapter |
Contains the connection architecture (CA) implementation for database
connections.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionCreator
Abstract implementation of ConnectionCreator that implements getConnection()
and creates a connection given the URL and driver class returned by
getConnectionURL() and getDriverClassName().
|
class |
AbstractOracleConnCreator |
class |
CustomConnectionCreator
ConnectionCreator implementation for Custom / Third Part database
connections.
|
class |
DB2ConnectionCreator |
class |
DerbyConnectionCreator |
class |
MySQLConnectionCreator |
class |
ODBCConnectionCreator
ConnectionCreator implementation for connections that use the JDBC-ODBC
bridge.
|
class |
OracleConnectionCreator
ConnectionCreator for Oracle connections, both thick and thin.
|
class |
OracleLiteConnectionCreator
ConnectionCreator implementation for Oracle Lite connections.
|
class |
SQLiteConnectionCreator |
class |
SQLServerConnectionCreator |
Modifier and Type | Method and Description |
---|---|
static ConnectionCreator |
DatabaseProvider.getCreator(DatabaseProvider dp)
Gets a ConnectionCreator for the given DatabaseProvider, or throws
a SQLException if the given provider doesn't have a subtype for which
a ConnectionCreator is registered.
|
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseProvider.registerConnectionCreator(java.lang.String subtype,
ConnectionCreator creator)
Registers a ConnectionCreator implementation for a new connection subtype.
|