@exasol/exasol-driver-ts
    Preparing search index...

    Class ExasolPool

    ExasolPool is a connection pool. Use this class to manage a high volume of queries using a specified number of database connections.

    ExasolPool

    Implements

    • AsyncDisposable
    Index
    • Returns Promise<void>

    • Clears the connections in the pool.

      Returns Promise<void>

    • This sets the pool into a "draining" state.

      Returns Promise<void>