All Superinterfaces:
CommonDataSource

  • Method Summary

    Creates a new PooledConnectionBuilder instance

    int

    Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.

    Retrieves the log writer for this DataSource object.

    Attempts to establish a physical database connection that can be used as a pooled connection.

    Attempts to establish a physical database connection that can be used as a pooled connection.

    void

    setLoginTimeout(int seconds)

    Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.

    void

    Sets the log writer for this DataSource object to the given java.io.PrintWriter object.

  • Method Details

    • getPooledConnection

    • getPooledConnection

    • getLogWriter

    • setLogWriter

    • setLoginTimeout

    • getLoginTimeout

    • createPooledConnectionBuilder