supportsTransactionLockTimeout property

bool get supportsTransactionLockTimeout

True when the loaded native library supports odbc_transaction_begin_v3 (Sprint 4.2, the lockTimeoutMs parameter of beginTransaction). When false, lockTimeoutMs is silently ignored and every transaction uses the engine default lock timeout.

Implementation

bool get supportsTransactionLockTimeout =>
    _native.supportsTransactionLockTimeout;