Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
void |
OracleConnection.registerConnectionCacheCallback(OracleConnectionCacheCallback occc,
Object userObj,
int cbkFlag)
Registers the connection cache callback on the logical connection
This is used in conjunction with the Implicit Connection Cache
Properties.
|
void |
OracleConnectionWrapper.registerConnectionCacheCallback(OracleConnectionCacheCallback occc,
Object userObj,
int cbkFlag) |
void |
OracleConnectionWrapper.registerConnectionCacheCallback(OracleConnectionCacheCallback occc,
Object userObj,
int cbkFlag) |
void |
OracleConnection.registerConnectionCacheCallback(OracleConnectionCacheCallback occc,
Object userObj,
int cbkFlag)
Registers the connection cache callback on the logical connection
This is used in conjunction with the Implicit Connection Cache
Properties.
|