|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OracleConnection | |
|---|---|
| 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. |
| Uses of OracleConnection in oracle.jdbc |
|---|
| Classes in oracle.jdbc that implement OracleConnection | |
|---|---|
class |
OracleConnectionWrapper
A simple implementation of a connection wrapper which may be nested to any depth. |
| Fields in oracle.jdbc declared as OracleConnection | |
|---|---|
protected OracleConnection |
OracleConnectionWrapper.connection
|
| Methods in oracle.jdbc that return OracleConnection | |
|---|---|
OracleConnection |
OracleConnectionWrapper.unwrap()
Unwrap one level. |
OracleConnection |
OracleConnection.unwrap()
Return the wrapped object if any else null. |
| Methods in oracle.jdbc with parameters of type OracleConnection | |
|---|---|
void |
OracleConnectionWrapper.setWrapper(OracleConnection wrapper)
Set a connection wrapper as the wrapper of this connection. |
void |
OracleConnection.setWrapper(OracleConnection wrapper)
Set the wrapping object. |
| Constructors in oracle.jdbc with parameters of type OracleConnection | |
|---|---|
OracleConnectionWrapper(OracleConnection toBeWrapped)
Construct an instance which wraps the arguement |
|
OracleDatabaseMetaData(OracleConnection conn)
Deprecated. -- Please use the factory method java.sql.Connection.getMetaData() |
|
| Uses of OracleConnection in oracle.jdbc.pool |
|---|
| Methods in oracle.jdbc.pool with parameters of type OracleConnection | |
|---|---|
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. |
| Uses of OracleConnection in oracle.sql |
|---|
| Methods in oracle.sql that return OracleConnection | |
|---|---|
OracleConnection |
DatumWithConnection.getOracleConnection()
Oracle extension. |
| Methods in oracle.sql with parameters of type OracleConnection | |
|---|---|
static String |
TypeDescriptor.getSubtypeName(OracleConnection conn,
byte[] image,
long offset)
|
| Constructors in oracle.sql with parameters of type OracleConnection | |
|---|---|
CLOB(OracleConnection conn,
byte[] lob_descriptor,
short csform)
Deprecated. |
|
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||