Searched refs:OnlyUpdateLogTable (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_cloud_kv_executor_utils.h | 125 …static int OnlyUpdateLogTable(sqlite3 *db, bool isMemory, int index, OpType op, DownloadData &down…
|
H A D | sqlite_cloud_kv_executor_utils.cpp | 408 errCode = OnlyUpdateLogTable(db, isMemory, index, op, downloadData); in ExecutePutCloudData() 798 int SqliteCloudKvExecutorUtils::OnlyUpdateLogTable(sqlite3 *db, bool isMemory, int index, OpType op, in OnlyUpdateLogTable() function in DistributedDB::SqliteCloudKvExecutorUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 366 int OnlyUpdateLogTable(const VBucket &vBucket, const TableSchema &tableSchema, OpType opType);
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 274 errCode = OnlyUpdateLogTable(vBucket, tableSchema, op); in ExecutePutCloudData() 1119 int SQLiteSingleVerRelationalStorageExecutor::OnlyUpdateLogTable(const VBucket &vBucket, in OnlyUpdateLogTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|