Package | Description |
---|---|
oracle.jdbc.datasource |
Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC are captured in the package
oracle.jdbc.datasource . |
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.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
OracleConnectionPoolDataSource |
This interface defines the Oracle extensions to the standard JDBC interface
ConnectionPoolDataSource . |
interface |
OracleDataSource |
This interface defines the Oracle extensions to the standard JDBC interface
DataSource . |
interface |
OracleXADataSource |
This interface defines the Oracle extensions to the standard JDBC interface
XADataSource . |
Modifier and Type | Class | Description |
---|---|---|
class |
OracleConnectionPoolDataSource |
A DataSource object is a factory for Connection objects.
|
class |
OracleDataSource |
A DataSource object is a factory for Connection objects.
|
class |
OracleOCIConnectionPool |
A type-2 driver connection pool.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
OracleConnectionPoolDataSource |
A data source that supports transparent failover replay of JDBC operations.
|
interface |
OracleDataSource |
A data source that supports transparent failover replay of JDBC operations.
|
interface |
OracleXADataSource |
A data source that supports transparent failover replay of JDBC operations.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OracleConnectionPoolDataSourceImpl |
|
class |
OracleDataSourceImpl |
JDBC Data Source that supports transparent JDBC operation replay upon a failover.
|
class |
OracleXADataSourceImpl |
Modifier and Type | Class | Description |
---|---|---|
class |
OracleXADataSource |
A factory for XAConnection objects.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OracleXADataSource |
A factory for XAConnection objects.
|