Uses of Interface
oracle.jdbc.OracleCommonConnectionBuilder
-
Packages that use OracleCommonConnectionBuilder Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.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. -
-
Uses of OracleCommonConnectionBuilder in oracle.jdbc
Subinterfaces of OracleCommonConnectionBuilder in oracle.jdbc Modifier and Type Interface Description interfaceOracleConnectionBuilderA builder created from aOracleDataSourceobject, used to establish a connection to the database that theOracleDataSourceobject represents.Methods in oracle.jdbc that return OracleCommonConnectionBuilder Modifier and Type Method Description OracleCommonConnectionBuilderOracleCommonConnectionBuilder. executorOracle(java.util.concurrent.Executor executor)Set theExecutorused for asynchronous tasks by thisConnectionBuilderand anyConnectionobjects built by it. -
Uses of OracleCommonConnectionBuilder in oracle.jdbc.datasource.impl
Classes in oracle.jdbc.datasource.impl that implement OracleCommonConnectionBuilder Modifier and Type Class Description classOracleConnectionBuilderImplOracle Implementation class for Connection Builder
-