Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
oracle.jdbc.pool |
A package of connection cache and pooling related classes.
|
oracle.sql |
A package of classes that represent java SQL types and Oracle specific SQL types.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OracleConnectionWrapper |
A simple implementation of a connection wrapper which may be nested to any depth.
|
Modifier and Type | Field | Description |
---|---|---|
protected OracleConnection |
OracleConnectionWrapper.connection |
Modifier and Type | Method | Description |
---|---|---|
OracleConnection |
OracleConnectionBuilder.build() |
Builds the connection object.
|
OracleConnection |
OracleConnection.unwrap() |
Return the wrapped object if any else null.
|
OracleConnection |
OracleConnectionWrapper.unwrap() |
Unwrap one level.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OracleConnection.setWrapper(OracleConnection wrapper) |
Set the wrapping object.
|
void |
OracleConnectionWrapper.setWrapper(OracleConnection wrapper) |
Set a connection wrapper as the wrapper of this connection.
|
Constructor | Description |
---|---|
OracleConnectionWrapper(OracleConnection toBeWrapped) |
Construct an instance which wraps the arguement
|
OracleDatabaseMetaData(OracleConnection conn) |
Deprecated.
-- Please use the factory method java.sql.Connection.getMetaData()
|
Modifier and Type | Method | Description |
---|---|---|
abstract OracleConnection |
OracleConnectionBuilderImpl.build() |
Builds the connection of type OracleConnection.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
OracleConnectionCacheCallback.handleAbandonedConnection(OracleConnection conn, Object userObject) |
Deprecated.
Use Oracle Universal Connection Pool instead.
|
void |
OracleConnectionCacheCallback.releaseConnection(OracleConnection conn, Object userObject) |
Deprecated.
Use Oracle Universal Connection Pool instead.
|
Modifier and Type | Method | Description |
---|---|---|
OracleConnection |
DatumWithConnection.getOracleConnection() |
Oracle extension.
|
static OracleConnection |
ConcreteProxyUtil.getThinDriverReplayableConnectionDelegate(OracleConnection conn) |
|
static OracleConnection |
ConcreteProxyUtil.unwrapConnectionProxy(OracleConnection conn) |
Modifier and Type | Method | Description |
---|---|---|
static Object |
ConcreteProxyUtil.checkAndGetACProxyConnection(OracleConnection conn) |
Check whether connection object from proxified or not.
|
static <T> T |
ConcreteProxyUtil.getProxyObject(OracleConnection conn, T delegate, Class proxyBaseClass, Object creator) |
|
static String |
TypeDescriptor.getSubtypeName(OracleConnection conn, byte[] image, long offset) |
|
static OracleConnection |
ConcreteProxyUtil.getThinDriverReplayableConnectionDelegate(OracleConnection conn) |
|
static oracle.jdbc.replay.driver.TxnReplayableBase |
ConcreteProxyUtil.getTxnReplayableBaseOfConnection(OracleConnection conn) |
|
static boolean |
ConcreteProxyUtil.isThinDriverReplayableConnection(OracleConnection conn) |
|
static OracleConnection |
ConcreteProxyUtil.unwrapConnectionProxy(OracleConnection conn) |
Constructor | Description |
---|---|
CLOB(OracleConnection conn, byte[] lob_descriptor, short csform) |
Deprecated.
|