Home
last modified time | relevance | path

Searched refs:UpdateLogRecord (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp988 errCode = UpdateLogRecord(vBucket, tableSchema, OpType::UPDATE); in UpdateCloudData()
1001 int SQLiteSingleVerRelationalStorageExecutor::UpdateLogRecord(const VBucket &vBucket, const TableSc… in UpdateLogRecord() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1112 errCode = UpdateLogRecord(vBucket, tableSchema, OpType::DELETE); in DeleteCloudData()
1122 return UpdateLogRecord(vBucket, tableSchema, opType); in OnlyUpdateLogTable()
1190 errCode = UpdateLogRecord(vBucket, tableSchema, OpType::DELETE); in LogicDeleteCloudData()
H A Dsqlite_single_ver_relational_storage_executor.h353 int UpdateLogRecord(const VBucket &vBucket, const TableSchema &tableSchema, OpType opType);