Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp106 int64_t trxId = 0; in VdbTest002() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp193 std::pair<int32_t, ValueObject> TransDB::Execute(const std::string &sql, const Values &args, int64_t trxId) in Execute() argument
H A Drdb_store.cpp295 std::pair<int32_t, ValueObject> RdbStore::Execute(const std::string &sql, const Values &args, int64_t trxId) in Execute() argument
379 int RdbStore::RollBack(int64_t trxId) in RollBack() argument
390 int RdbStore::Commit(int64_t trxId) in Commit() argument
H A Drdb_store_impl.cpp1189 std::pair<int32_t, ValueObject> RdbStoreImpl::Execute(const std::string &sql, const Values &args, int64_t trxId) in Execute() argument
1912 int RdbStoreImpl::ExecuteByTrxId(const std::string &sql, int64_t trxId, bool closeConnAfterExecute, in ExecuteByTrxId() argument
1951 RollBack(int64_t trxId) RollBack() argument
2008 Commit(int64_t trxId) Commit() argument
[all...]
/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() argument
568 int OH_Rdb_BeginTransWithTrxId(OH_Rdb_Store *store, int64_t *trxId) in OH_Rdb_BeginTransWithTrxId() argument
579 int OH_Rdb_RollBackByTrxId(OH_Rdb_Store *store, int64_t trxId) in OH_Rdb_RollBackByTrxId() argument
588 int OH_Rdb_CommitByTrxId(OH_Rdb_Store *store, int64_t trxId) in OH_Rdb_CommitByTrxId() argument

Completed in 8 milliseconds