Searched refs:CheckFields (Results 1 – 2 of 2) sorted by relevance
166 …bool CheckFields(const std::vector<Field> &newFields, const TableInfo &tableInfo, std::vector<Fiel…
968 bool SQLiteRelationalStore::CheckFields(const std::vector<Field> &newFields, const TableInfo &table… in CheckFields() function in DistributedDB::SQLiteRelationalStore1044 } else if (CheckFields(fieldsMap[oldOriginTableName], tableInfo.second, addFields)) { in PrepareSharedTable()