fullTransaction property

bool fullTransaction

true if the DB fully supports transactions and transactionAbort.

Implementation

bool get fullTransaction => transactions && transactionAbort;