Package | Description |
---|---|
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 | Method and Description |
---|---|
protected OraclePooledConnection |
OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionBuilderImpl connBuilder) |
protected OraclePooledConnection |
OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionBuilderImpl connBuilder) |
Modifier and Type | Method and Description |
---|---|
protected OraclePooledConnection |
OracleConnectionPoolDataSourceImpl.getPooledConnection(OracleConnectionBuilderImpl connBuilder) |
protected OraclePooledConnection |
OracleConnectionPoolDataSourceImpl.getPooledConnection(OracleConnectionBuilderImpl connBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
OracleXAConnection
An XAConnection object provides support for distributed transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleXAHeteroConnection
A factory for Connection objects.
|