Uses of Interface
oracle.jdbc.datasource.OracleConnectionPoolDataSource
-
Packages that use OracleConnectionPoolDataSource Package Description oracle.jdbc.datasource.impl oracle.jdbc.pool A package of connection cache and pooling related classes.oracle.jdbc.replay Provides interfaces and factory methods for Application Continuity.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 OracleConnectionPoolDataSource in oracle.jdbc.datasource.impl
Classes in oracle.jdbc.datasource.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw OracleConnectionPoolDataSource Modifier and Type Class Description class
oracle.jdbc.datasource.impl.OracleConnectionPoolDataSource
-
Uses of OracleConnectionPoolDataSource in oracle.jdbc.pool
Classes in oracle.jdbc.pool that implement OracleConnectionPoolDataSource Modifier and Type Class Description class
OracleConnectionPoolDataSource
A DataSource object is a factory for Connection objects. -
Uses of OracleConnectionPoolDataSource in oracle.jdbc.replay
Subinterfaces of OracleConnectionPoolDataSource in oracle.jdbc.replay Modifier and Type Interface Description interface
OracleConnectionPoolDataSource
A data source that supports transparent failover replay of JDBC operations.interface
OracleXADataSource
A data source that supports transparent failover replay of JDBC operations.Classes in oracle.jdbc.replay that implement OracleConnectionPoolDataSource Modifier and Type Class Description class
OracleConnectionPoolDataSourceImpl
class
OracleXADataSourceImpl
-
Uses of OracleConnectionPoolDataSource in oracle.jdbc.xa
Classes in oracle.jdbc.xa that implement OracleConnectionPoolDataSource Modifier and Type Class Description class
OracleXADataSource
A factory for XAConnection objects. -
Uses of OracleConnectionPoolDataSource in oracle.jdbc.xa.client
Classes in oracle.jdbc.xa.client that implement OracleConnectionPoolDataSource Modifier and Type Class Description class
OracleXADataSource
A factory for XAConnection objects.
-