|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionCreator | |
---|---|
oracle.jdeveloper.db.adapter | Contains the connection architecture (CA) implementation for database connections. |
Uses of ConnectionCreator in oracle.jdeveloper.db.adapter |
---|
Classes in oracle.jdeveloper.db.adapter that implement ConnectionCreator | |
---|---|
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 |
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 |
SQLServerConnectionCreator |
Methods in oracle.jdeveloper.db.adapter with parameters of type ConnectionCreator | |
---|---|
static void |
DatabaseProvider.registerConnectionCreator(java.lang.String subtype, ConnectionCreator creator) Registers a ConnectionCreator implementation for a new connection subtype. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |