shouldRetry property

bool Function(OdbcError)? shouldRetry
final

Optional custom predicate. If null, uses OdbcError.isRetryable.

Implementation

final bool Function(OdbcError)? shouldRetry;