isPoolElementValid method
Defaults: calls isConnectionValid.
Implementation
@override
bool isPoolElementValid(PostgreSQLConnectionWrapper o,
{bool checkUsage = true}) =>
isConnectionValid(o, checkUsage: checkUsage);
Defaults: calls isConnectionValid.
@override
bool isPoolElementValid(PostgreSQLConnectionWrapper o,
{bool checkUsage = true}) =>
isConnectionValid(o, checkUsage: checkUsage);