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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleConnectionPoolDataSource
A
DataSource object is a factory for Connection objects. |
Modifier and Type | Class and Description |
---|---|
class |
OracleDataSource
A DataSource object is a factory for Connection objects.
|
class |
OracleOCIConnectionPool
A type-2 driver connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleConnectionPoolDataSourceImpl |
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 |
OracleXADataSource
A factory for XAConnection objects.
|