Home
last modified time | relevance | path

Searched refs:queryByPk (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.cpp877 const std::set<std::string> &pkSet, const std::string &tableName, bool queryByPk) in GetWhereConditionForDataTable() argument
884 if (!pkSet.empty() && queryByPk) { in GetWhereConditionForDataTable()
1066 bool queryByPk = CloudStorageUtils::IsVbucketContainsAllPK(vBucket, pkSet); in GetDeleteStatementForCloudSync() local
1068 deleteSql += GetWhereConditionForDataTable(gidStr, pkSet, tableSchema.name, queryByPk); in GetDeleteStatementForCloudSync()
1076 if (!pkSet.empty() && queryByPk) { in GetDeleteStatementForCloudSync()
H A Dsqlite_single_ver_relational_storage_executor.h339 const std::string &tableName, bool queryByPk = true);