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. -
- <section role="region">
Uses of OraclePooledConnection in oracle.jdbc
</section>Methods in oracle.jdbc that return OraclePooledConnection Modifier and Type Method Description OraclePooledConnectionOraclePooledConnectionBuilder. build()Builds the OraclePooledConnections object. - <section role="region">
Uses of OraclePooledConnection in oracle.jdbc.datasource
</section>Subinterfaces of OraclePooledConnection in oracle.jdbc.datasource Modifier and Type Interface Description interfaceOracleXAConnectionThis interface defines the Oracle extensions to the standard JDBC interfaceXAConnection. - <section role="region">
Uses of OraclePooledConnection in oracle.jdbc.pool
</section>Classes in oracle.jdbc.pool that implement OraclePooledConnection Modifier and Type Class Description classOraclePooledConnectionAn OraclePooledConnection object is a connection object that provides hooks for connection pool management. - <section role="region">
Uses of OraclePooledConnection in oracle.jdbc.xa
</section>Classes in oracle.jdbc.xa that implement OraclePooledConnection Modifier and Type Class Description classOracleXAConnectionAn XAConnection object provides support for distributed transactions. - <section role="region">
Uses of OraclePooledConnection in oracle.jdbc.xa.client
</section>Classes in oracle.jdbc.xa.client that implement OraclePooledConnection Modifier and Type Class Description classOracleXAConnectionAn XAConnection object provides support for distributed transactions.classOracleXAHeteroConnectionA factory for Connection objects.
- <section role="region">