Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h102 int ExecuteByTrxId(const std::string &sql, int64_t trxId, bool closeConnAfterExecute = false,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1219 return { ExecuteByTrxId(sql, trxId, false, args), ValueObject() }; in Execute()
1872 errCode = ExecuteByTrxId(BEGIN_TRANSACTION_SQL, tmpTrxId); in BeginTrans()
1931 int RdbStoreImpl::ExecuteByTrxId(const std::string &sql, int64_t trxId, bool closeConnAfterExecute, in ExecuteByTrxId() function in OHOS::NativeRdb::RdbStoreImpl
1973 return ExecuteByTrxId(ROLLBACK_TRANSACTION_SQL, trxId, true); in RollBack()
2030 return ExecuteByTrxId(COMMIT_TRANSACTION_SQL, trxId, true); in Commit()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h179 int ExecuteByTrxId(const std::string &sql, int64_t trxId, bool closeConnAfterExecute = false,