supportsTransactionAccessMode property

bool get supportsTransactionAccessMode
inherited

True when the loaded native library supports odbc_transaction_begin_v2 (Sprint 4.1, the accessMode parameter of beginTransaction). When false, a non-default accessMode raises UnsupportedFeatureError rather than being silently ignored.

Implementation

bool get supportsTransactionAccessMode =>
    _native.supportsTransactionAccessMode;