Package oracle.jdbc
Interface OracleCommonConnectionBuilder
-
- All Known Subinterfaces:
OracleConnectionBuilder
- All Known Implementing Classes:
OracleConnectionBuilderImpl
public interface OracleCommonConnectionBuilderInterface that defines common methods.- Since:
- 23
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OracleCommonConnectionBuilderexecutorOracle(java.util.concurrent.Executor executor)Set theExecutorused for asynchronous tasks by thisConnectionBuilderand anyConnectionobjects built by it.
-
-
-
Method Detail
-
executorOracle
OracleCommonConnectionBuilder executorOracle(java.util.concurrent.Executor executor)
Set the
Executorused for asynchronous tasks by thisConnectionBuilderand anyConnectionobjects built by it. The default value isForkJoinPool.commonPool().- Parameters:
executor- an Executor to use for asynchronous tasks. Not null.- Returns:
- this OracleCommonConnectionBuilder
- Since:
- 20
-
-