poolHealthCheck method
Performs a health check on the connection pool.
The poolId must be a valid pool identifier.
Returns true if the pool is healthy, false otherwise.
Implementation
@override
bool poolHealthCheck(int poolId) => _native.poolHealthCheck(poolId);