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