Home
last modified time | relevance | path

Searched refs:ROLLBACK_SELF (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dbase_transaction.h23 ROLLBACK_SELF = 1, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbase_transaction.cpp20 …: allBeforeSuccessful(true), markedSuccessful(false), childFailure(false), type(ROLLBACK_SELF), id… in BaseTransaction()
H A Drdb_store_impl.cpp1898 …if (transaction.GetType() != TransType::ROLLBACK_SELF && !connectionPool_->GetTransactionStack().e… in RollBack()