Creates an instance of ExasolPool.
Optionallogger: ILogger = ...Clears the connections in the pool.
This sets the pool into a "draining" state.
Query single SQL statement
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunction{Promise
Query single SQL statement
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalresponseType: "default"{Promise
Query single SQL statement
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalresponseType: "raw"{Promise<SQLResponse
ExasolPool is a connection pool. Use this class to manage a high volume of queries using a specified number of database connections.
ExasolPool