Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
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 |
---|---|---|
OracleXAConnection |
OracleXAConnectionBuilder.build() |
Builds a new XAconnectionConnection object.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OracleXAConnection |
An XAConnection object provides support for distributed transactions.
|
Modifier and Type | Method | Description |
---|---|---|
abstract OracleXAConnection |
OracleXAConnectionBuilderImpl.build() |
Builds the connection of type OracleXAConnection.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OracleXAConnection |
An XAConnection object provides support for distributed transactions.
|
class |
OracleXAHeteroConnection |
A factory for Connection objects.
|