Home
last modified time | relevance | path

Searched refs:CheckSchemaForUpsertData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h176 int CheckSchemaForUpsertData(const std::string &tableName, const std::vector<VBucket> &records);
H A Dsqlite_relational_store.cpp1486 return CheckSchemaForUpsertData(tableName, records); in CheckParamForUpsertData()
1501 int SQLiteRelationalStore::CheckSchemaForUpsertData(const std::string &tableName, const std::vector… in CheckSchemaForUpsertData() function in DistributedDB::SQLiteRelationalStore