Searched refs:primaryKeyMap (Results 1 – 3 of 3) sorted by relevance
519 int QueryObject::CheckPrimaryKey(const std::map<int, FieldName> &primaryKeyMap) const in CheckPrimaryKey()522 if (primaryKeyMap.size() == 1 && primaryKeyMap.begin()->second == "rowid") { in CheckPrimaryKey()526 for (const auto &item : primaryKeyMap) { in CheckPrimaryKey()
67 int CheckPrimaryKey(const std::map<int, FieldName> &primaryKeyMap) const;
994 auto primaryKeyMap = tableInfo.GetPrimaryKey(); in CheckFields() local995 auto it = std::find_if(primaryKeyMap.begin(), primaryKeyMap.end(), in CheckFields()1000 … newField.primary != (it != primaryKeyMap.end()) || newField.nullable == oldField.IsNotNull()) { in CheckFields()1223 const std::map<int, FieldName> &primaryKeyMap = tableInfo.GetPrimaryKey(); in CheckObjectValid() local1224 errCode = item.CheckPrimaryKey(primaryKeyMap); in CheckObjectValid()