Uses of Class
oracle.jdbc.pool.OraclePooledConnection
-
Packages that use OraclePooledConnection Package Description oracle.jdbc.datasource.impl This package holds data source and connection builder classes that implement the Oracle JDBC extension interfaces in theoracle.jdbc.datasourceandoracle.jdbcpackages.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.datasource.impl
Methods in oracle.jdbc.datasource.impl that return OraclePooledConnection Modifier and Type Method Description protected OraclePooledConnectionOracleConnectionPoolDataSource. getPooledConnection(OracleConnectionBuilderImpl connBuilder) -
Uses of OraclePooledConnection in oracle.jdbc.xa
Subclasses of OraclePooledConnection in oracle.jdbc.xa Modifier and Type Class Description classOracleXAConnectionAn XAConnection object provides support for distributed transactions. -
Uses of OraclePooledConnection in oracle.jdbc.xa.client
Subclasses of OraclePooledConnection in oracle.jdbc.xa.client Modifier and Type Class Description classOracleXAConnectionAn XAConnection object provides support for distributed transactions.classOracleXAHeteroConnectionA factory for Connection objects.
-