Searched refs:CheckSchemaForUpsertData (Results 1 – 2 of 2) sorted by relevance
176 int CheckSchemaForUpsertData(const std::string &tableName, const std::vector<VBucket> &records);
1486 return CheckSchemaForUpsertData(tableName, records); in CheckParamForUpsertData()1501 int SQLiteRelationalStore::CheckSchemaForUpsertData(const std::string &tableName, const std::vector… in CheckSchemaForUpsertData() function in DistributedDB::SQLiteRelationalStore