shouldRetry property
Optional custom predicate. If null, uses OdbcError.isRetryable.
Implementation
final bool Function(OdbcError)? shouldRetry;
Optional custom predicate. If null, uses OdbcError.isRetryable.
final bool Function(OdbcError)? shouldRetry;