Searched refs:CheckTableName (Results 1 – 3 of 3) sorted by relevance
95 static bool CheckTableName(const std::string &tableName) in CheckTableName() function253 if (!CheckTableName(tableName)) { in Query()
154 int CheckTableName(const std::vector<std::string> &tableNames);
1193 errCode = CheckTableName(syncTableNames); in CheckQueryValid()1233 int SQLiteRelationalStore::CheckTableName(const std::vector<std::string> &tableNames) in CheckTableName() function in DistributedDB::SQLiteRelationalStore