Uses of Interface
oracle.jdbc.datasource.OraclePooledConnection
-
Packages that use OraclePooledConnection Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
.oracle.jdbc.datasource Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC are captured in the packageoracle.jdbc.datasource
.oracle.jdbc.pool A package of connection cache and pooling related classes.oracle.jdbc.xa Provides classes that implement the JDBC XA APIs.oracle.jdbc.xa.client Provides classes that implement the JDBC XA APIs. -
-
Uses of OraclePooledConnection in oracle.jdbc
Methods in oracle.jdbc that return OraclePooledConnection Modifier and Type Method Description OraclePooledConnection
OraclePooledConnectionBuilder. build()
Builds the OraclePooledConnections object. -
Uses of OraclePooledConnection in oracle.jdbc.datasource
Subinterfaces of OraclePooledConnection in oracle.jdbc.datasource Modifier and Type Interface Description interface
OracleXAConnection
This interface defines the Oracle extensions to the standard JDBC interfaceXAConnection
. -
Uses of OraclePooledConnection in oracle.jdbc.pool
Classes in oracle.jdbc.pool that implement OraclePooledConnection Modifier and Type Class Description class
OraclePooledConnection
An OraclePooledConnection object is a connection object that provides hooks for connection pool management. -
Uses of OraclePooledConnection in oracle.jdbc.xa
Classes in oracle.jdbc.xa that implement OraclePooledConnection Modifier and Type Class Description class
OracleXAConnection
An XAConnection object provides support for distributed transactions. -
Uses of OraclePooledConnection in oracle.jdbc.xa.client
Classes in oracle.jdbc.xa.client that implement OraclePooledConnection Modifier and Type Class Description class
OracleXAConnection
An XAConnection object provides support for distributed transactions.class
OracleXAHeteroConnection
A factory for Connection objects.
-