| Package | Description |
|---|---|
| oracle.jdbc.datasource.impl |
This package holds data source and connection builder classes that
implement the Oracle JDBC extension interfaces in the
oracle.jdbc.datasource and oracle.jdbc
packages. |
| oracle.jdbc.diagnostics | |
| oracle.jdbc.pool |
A package of connection cache and pooling related classes.
|
| oracle.jdbc.replay |
Provides interfaces and factory methods for Application Continuity.
|
| oracle.jdbc.xa |
Provides classes that implement the JDBC XA APIs.
|
| oracle.jdbc.xa.client |
Provides classes that implement the JDBC XA APIs.
|
| oracle.sql |
A package of classes that represent java SQL types and Oracle specific
SQL types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleConnectionPoolDataSource
A
DataSource object is a factory for Connection objects. |
class |
OracleDataSource
A
DataSource object is a factory for Connection objects. |
| Modifier and Type | Method and Description |
|---|---|
Diagnosable |
OracleDataSource.getDiagnosable()
AC specifc
|
Diagnosable |
OracleDataSource.getDiagnosable()
AC specifc
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiagnosable
The abstract implementation of Diagnosable interface.
|
class |
CommonDiagnosable
This is a common diagnosable class for all those JDBC classes that are not
tied to a particular connection, all such classes should use this common
diagnosable for logging.
|
| Modifier and Type | Method and Description |
|---|---|
default Diagnosable |
Diagnosable.getDiagnosable() |
default Diagnosable |
Diagnosable.getDiagnosable() |
static Diagnosable |
CommonDiagnosable.getInstance()
Returns the singleton instance of common diagnosable.
|
static Diagnosable |
CommonDiagnosable.getInstance()
Returns the singleton instance of common diagnosable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleOCIConnectionPool
A type-2 driver connection pool.
|
class |
OraclePooledConnection
An OraclePooledConnection object is a connection object that
provides hooks for connection pool management.
|
| Modifier and Type | Method and Description |
|---|---|
Diagnosable |
OraclePooledConnection.getDiagnosable() |
Diagnosable |
OraclePooledConnection.getDiagnosable() |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleConnectionPoolDataSourceImpl
This data source implements the standard JDBC
javax.sql.OracleConnectionPoolDataSource interface. |
class |
OracleDataSourceImpl
JDBC Data Source that supports transparent JDBC operation replay
upon a failover.
|
class |
OracleXADataSourceImpl
XADataSource implementation that provides Application Continuity protection
for applications using only local transactions or local transactions that
are promotable to global/XA transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleMultiPhaseArgs
Utility class.
|
class |
OracleXAConnection
An XAConnection object provides support for distributed
transactions.
|
class |
OracleXADataSource
A factory for XAConnection objects.
|
class |
OracleXAResource
An Oracle XA Resource.
|
| Modifier and Type | Method and Description |
|---|---|
Diagnosable |
OracleMultiPhaseArgs.getDiagnosable() |
Diagnosable |
OracleXAResource.getDiagnosable() |
Diagnosable |
OracleXAResource.getDiagnosable() |
Diagnosable |
OracleMultiPhaseArgs.getDiagnosable() |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleXAHeteroCloseCallback
This class implements the OracleCloseCallback interface that
is defined in oracle.jdbc.driver.
|
class |
OracleXAHeteroConnection
A factory for Connection objects.
|
class |
OracleXAHeteroResource
Implements javax.transaction.xa.XAResource.
|
| Modifier and Type | Method and Description |
|---|---|
Diagnosable |
OracleXAHeteroCloseCallback.getDiagnosable() |
Diagnosable |
OracleXAHeteroCloseCallback.getDiagnosable() |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDescriptor
Deprecated.
Use factory method OracleConnection.createOracleArray to create
an instance of java.sql.Array directly.
|
class |
ConverterArchive
This class allows a program to serialize an object and put it into
a regular file or archive it into a zip file.
|
class |
OpaqueDescriptor
Deprecated.
OPAQUE types cannot be created on the client side.
|
class |
StructDescriptor
Deprecated.
Use factory method Connection.createStruct to create an
instance of java.sql.Struct directly.
|
class |
TypeDescriptor
The descriptor of pre-defined types.
|
| Modifier and Type | Method and Description |
|---|---|
Diagnosable |
ConverterArchive.getDiagnosable() |
Diagnosable |
TypeDescriptor.getDiagnosable() |
Diagnosable |
TypeDescriptor.getDiagnosable() |
Diagnosable |
ConverterArchive.getDiagnosable() |