Uses of Interface
oracle.jdbc.datasource.OraclePooledConnection
Packages that use OraclePooledConnection
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC
are captured in the package
oracle.jdbc.datasource.A package of connection cache and pooling related classes.
Provides classes that implement the JDBC XA APIs.
Provides classes that implement the JDBC XA APIs.
-
Uses of OraclePooledConnection in oracle.jdbc
Methods in oracle.jdbc that return OraclePooledConnectionModifier and TypeMethodDescriptionOraclePooledConnectionBuilder.build()Builds the OraclePooledConnections object. -
Uses of OraclePooledConnection in oracle.jdbc.datasource
Subinterfaces of OraclePooledConnection in oracle.jdbc.datasourceModifier and TypeInterfaceDescriptioninterfaceThis interface defines the Oracle extensions to the standard JDBC interfaceXAConnection. -
Uses of OraclePooledConnection in oracle.jdbc.pool
Classes in oracle.jdbc.pool that implement OraclePooledConnectionModifier and TypeClassDescriptionclassAn 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 OraclePooledConnectionModifier and TypeClassDescriptionclassAn XAConnection object provides support for distributed transactions. -
Uses of OraclePooledConnection in oracle.jdbc.xa.client
Classes in oracle.jdbc.xa.client that implement OraclePooledConnectionModifier and TypeClassDescriptionclassAn XAConnection object provides support for distributed transactions.classA factory for Connection objects.