ConnectionPool constructor
ConnectionPool(
- OdbcConnectionBackend _backend,
- 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);