poolGetConnection abstract method

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

Implementation

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