getConnection method
Gets a connection from the pool.
Returns a connection ID on success, 0 on failure.
Implementation
int getConnection() => _backend.poolGetConnection(_poolId);
Gets a connection from the pool.
Returns a connection ID on success, 0 on failure.
int getConnection() => _backend.poolGetConnection(_poolId);