Uses of Interface
oracle.jdbc.datasource.OracleCommonDataSource
-
Packages that use OracleCommonDataSource Package Description 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.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. -
- <section role="region">
Uses of OracleCommonDataSource in oracle.jdbc.datasource
</section>Subinterfaces of OracleCommonDataSource in oracle.jdbc.datasource Modifier and Type Interface Description interfaceOracleConnectionPoolDataSourceThis interface defines the Oracle extensions to the standard JDBC interfaceConnectionPoolDataSource.interfaceOracleDataSourceThis interface defines the Oracle extensions to the standard JDBC interfaceDataSource.interfaceOracleXADataSourceThis interface defines the Oracle extensions to the standard JDBC interfaceXADataSource. - <section role="region">
Uses of OracleCommonDataSource in oracle.jdbc.datasource.impl
</section>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 OracleCommonDataSource Modifier and Type Class Description classoracle.jdbc.datasource.impl.OracleConnectionPoolDataSourceclassoracle.jdbc.datasource.impl.OracleDataSource - <section role="region">
Uses of OracleCommonDataSource in oracle.jdbc.pool
</section>Classes in oracle.jdbc.pool that implement OracleCommonDataSource Modifier and Type Class Description classOracleConnectionPoolDataSourceA DataSource object is a factory for Connection objects.classOracleDataSourceA DataSource object is a factory for Connection objects.classOracleOCIConnectionPoolA type-2 driver connection pool. - <section role="region">
Uses of OracleCommonDataSource in oracle.jdbc.replay
Subinterfaces of OracleCommonDataSource in oracle.jdbc.replay Modifier and Type Interface Description interfaceOracleConnectionPoolDataSourceA data source that supports transparent failover replay of JDBC operations.interfaceOracleDataSourceA data source that supports transparent failover replay of JDBC operations.interfaceOracleXADataSourceA data source that supports transparent failover replay of JDBC operations.
</section>Classes in oracle.jdbc.replay that implement OracleCommonDataSource Modifier and Type Class Description classOracleConnectionPoolDataSourceImplclassOracleDataSourceImplJDBC Data Source that supports transparent JDBC operation replay upon a failover.classOracleXADataSourceImpl - <section role="region">
Uses of OracleCommonDataSource in oracle.jdbc.xa
</section>Classes in oracle.jdbc.xa that implement OracleCommonDataSource Modifier and Type Class Description classOracleXADataSourceA factory for XAConnection objects. - <section role="region">
Uses of OracleCommonDataSource in oracle.jdbc.xa.client
</section>Classes in oracle.jdbc.xa.client that implement OracleCommonDataSource Modifier and Type Class Description classOracleXADataSourceA factory for XAConnection objects.
- <section role="region">