Home
last modified time | relevance | path

Searched defs:trxId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp106 int64_t trxId = 0; in VdbTest002() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp193 …r<int32_t, ValueObject> TransDB::Execute(const std::string &sql, const Values &args, int64_t trxId) in Execute()
H A Drdb_store.cpp296 …<int32_t, ValueObject> RdbStore::Execute(const std::string &sql, const Values &args, int64_t trxId) in Execute()
380 int RdbStore::RollBack(int64_t trxId) in RollBack()
391 int RdbStore::Commit(int64_t trxId) in Commit()
H A Drdb_store_impl.cpp1204 …32_t, ValueObject> RdbStoreImpl::Execute(const std::string &sql, const Values &args, int64_t trxId) in Execute()
1931 int RdbStoreImpl::ExecuteByTrxId(const std::string &sql, int64_t trxId, bool closeConnAfterExecute, in ExecuteByTrxId()
1970 int RdbStoreImpl::RollBack(int64_t trxId) in RollBack()
2027 int RdbStoreImpl::Commit(int64_t trxId) in Commit()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp531 int OH_Rdb_ExecuteByTrxId(OH_Rdb_Store *store, int64_t trxId, const char *sql) in OH_Rdb_ExecuteByTrxId()
568 int OH_Rdb_BeginTransWithTrxId(OH_Rdb_Store *store, int64_t *trxId) in OH_Rdb_BeginTransWithTrxId()
579 int OH_Rdb_RollBackByTrxId(OH_Rdb_Store *store, int64_t trxId) in OH_Rdb_RollBackByTrxId()
588 int OH_Rdb_CommitByTrxId(OH_Rdb_Store *store, int64_t trxId) in OH_Rdb_CommitByTrxId()