Searched refs:queryByPk (Results 1 – 2 of 2) sorted by relevance
877 const std::set<std::string> &pkSet, const std::string &tableName, bool queryByPk) in GetWhereConditionForDataTable() argument884 if (!pkSet.empty() && queryByPk) { in GetWhereConditionForDataTable()1066 bool queryByPk = CloudStorageUtils::IsVbucketContainsAllPK(vBucket, pkSet); in GetDeleteStatementForCloudSync() local1068 deleteSql += GetWhereConditionForDataTable(gidStr, pkSet, tableSchema.name, queryByPk); in GetDeleteStatementForCloudSync()1076 if (!pkSet.empty() && queryByPk) { in GetDeleteStatementForCloudSync()
339 const std::string &tableName, bool queryByPk = true);