poolGetConnection method
Implementation
Future<Result<Connection>> poolGetConnection(
int poolId, {
ConnectionOptions? options,
}) =>
_repository.poolGetConnection(poolId, options: options);
Future<Result<Connection>> poolGetConnection(
int poolId, {
ConnectionOptions? options,
}) =>
_repository.poolGetConnection(poolId, options: options);