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.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 | 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.
|