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 D | sqlite_single_ver_relational_storage_executor_extend.cpp | 38 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 D | sqlite_single_ver_relational_storage_extend_executor.cpp | 36 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 D | query_object.cpp | 525 std::set<std::string> pkSet; in CheckPrimaryKey() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 289 std::set<std::string> pkSet; in GetCloudPrimaryKey() local 730 …oudStorageUtils::IsVbucketContainsAllPK(const VBucket &vBucket, const std::set<std::string> &pkSet) in IsVbucketContainsAllPK()
|