Home
last modified time | relevance | path

Searched defs:pkSet (Results 1 – 4 of 4) 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.cpp38 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in GetInfoByPrimaryKeyOrGid() local
226 const std::set<std::string> &pkSet, std::string &querySql) in GetQueryLogSql()
877 const std::set<std::string> &pkSet, const std::string &tableName, bool queryByPk) in GetWhereConditionForDataTable()
898 const TableSchema &tableSchema, const std::string &gidStr, const std::set<std::string> &pkSet, in GetUpdateSqlForCloudSync()
937 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in GetUpdateDataTableStatement() local
1053 const std::set<std::string> &pkSet, const VBucket &vBucket, sqlite3_stmt *&deleteStmt) in GetDeleteStatementForCloudSync()
1093 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in DeleteCloudData() local
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp36 std::set<std::string> &pkSet, std::vector<Field> &assetFields, std::string &querySql) in GetQueryInfoSql()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp525 std::set<std::string> pkSet; in CheckPrimaryKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp289 std::set<std::string> pkSet; in GetCloudPrimaryKey() local
730 …oudStorageUtils::IsVbucketContainsAllPK(const VBucket &vBucket, const std::set<std::string> &pkSet) in IsVbucketContainsAllPK()