Searched refs:GetUpdateRecordFlagSql (Results 1 – 3 of 3) sorted by relevance
118 static std::string GetUpdateRecordFlagSql(const std::string &tableName, bool recordConflict,
1125 std::string CloudStorageUtils::GetUpdateRecordFlagSql(const std::string &tableName, bool recordConf… in GetUpdateRecordFlagSql() function in DistributedDB::CloudStorageUtils
1857 std::string sql = CloudStorageUtils::GetUpdateRecordFlagSql(tableName, recordConflict, logInfo); in UpdateRecordFlag()