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