isInTransaction property

bool isInTransaction
getter/setter pair

Whether the database managed by this delegate is in a transaction at the moment. This field is only set when the transactionDelegate is a NoTransactionDelegate, because in that case transactions are run on this delegate.

Implementation

bool isInTransaction = false;