poolReleaseConnection method
Releases a connection back to the pool.
The connectionId must be a connection obtained from poolGetConnection.
Returns true on success, false on failure.
Implementation
@override
bool poolReleaseConnection(int connectionId) =>
_native.poolReleaseConnection(connectionId);