ConnectionPool constructor

ConnectionPool(
  1. OdbcConnectionBackend _backend,
  2. int _poolId
)

Creates a new ConnectionPool instance.

The backend parameter must be a valid ODBC connection backend instance. The poolId parameter must be a valid pool identifier.

Implementation

ConnectionPool(this._backend, this._poolId);