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 and Description |
---|---|
OracleXAConnection |
OracleXAConnectionBuilder.build()
Builds a new XAconnectionConnection object.
|
OracleXAConnection |
OracleXAConnectionBuilder.build()
Builds a new XAconnectionConnection object.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleXAConnection
An XAConnection object provides support for distributed
transactions.
|
Modifier and Type | Method and Description |
---|---|
abstract OracleXAConnection |
OracleXAConnectionBuilderImpl.build()
Builds the connection of type OracleXAConnection.
|
abstract OracleXAConnection |
OracleXAConnectionBuilderImpl.build()
Builds the connection of type OracleXAConnection.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleXAHeteroConnection
A factory for Connection objects.
|