poolGetConnection method

Future<Result<Connection>> poolGetConnection(
  1. int poolId, {
  2. ConnectionOptions? options,
})

Implementation

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