Home
last modified time | relevance | path

Searched refs:GetDeleteStatementForCloudSync (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.h358 …int GetDeleteStatementForCloudSync(const TableSchema &tableSchema, const std::set<std::string> &pk…
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1052 int SQLiteSingleVerRelationalStorageExecutor::GetDeleteStatementForCloudSync(const TableSchema &tab… in GetDeleteStatementForCloudSync() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1095 int errCode = GetDeleteStatementForCloudSync(tableSchema, pkSet, vBucket, deleteStmt); in DeleteCloudData()