Home
last modified time | relevance | path

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

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