poolGetConnection method

  1. @override
int poolGetConnection(
  1. int poolId
)
override

Gets a connection from the pool.

The poolId must be a valid pool identifier. Returns a connection ID on success, 0 on failure.

Implementation

@override
int poolGetConnection(int poolId) => _native.poolGetConnection(poolId);