Package oracle.jdbc

Interface OracleCommonConnectionBuilder

    • Method Detail

      • executorOracle

        OracleCommonConnectionBuilder executorOracle​(java.util.concurrent.Executor executor)

        Set the Executor used for asynchronous tasks by this ConnectionBuilder and any Connection objects built by it. The default value is ForkJoinPool.commonPool().

        Parameters:
        executor - an Executor to use for asynchronous tasks. Not null.
        Returns:
        this OracleCommonConnectionBuilder
        Since:
        20