Home
last modified time | relevance | path

Searched defs:CheckSchema (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp342 int StorageProxy::CheckSchema(const TableName &tableName) const in CheckSchema() function in DistributedDB::StorageProxy
351 int StorageProxy::CheckSchema(std::vector<std::string> &tables) in CheckSchema() function in DistributedDB::StorageProxy
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp486 bool SqliteCloudKvStore::CheckSchema(std::map<std::string, DataBaseSchema> schema) in CheckSchema() function in DistributedDB::SqliteCloudKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp926 int KvDBManager::CheckSchema(const IKvDB *kvDB, const KvDBProperties &properties) in CheckSchema() function in DistributedDB::KvDBManager