Home
last modified time | relevance | path

Searched refs:GetDataBaseSchemas (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.h147 virtual std::map<std::string, DataBaseSchema> GetDataBaseSchemas();
H A Dsync_able_kvdb.cpp573 auto schemas = GetDataBaseSchemas(); in CheckSyncOption()
677 std::map<std::string, DataBaseSchema> SyncAbleKvDB::GetDataBaseSchemas() in GetDataBaseSchemas() function in DistributedDB::SyncAbleKvDB
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h98 std::map<std::string, DataBaseSchema> GetDataBaseSchemas();
H A Dsqlite_single_ver_natural_store.h237 std::map<std::string, DataBaseSchema> GetDataBaseSchemas() override;
H A Dsqlite_cloud_kv_store.cpp536 std::map<std::string, DataBaseSchema> SqliteCloudKvStore::GetDataBaseSchemas() in GetDataBaseSchemas() function in DistributedDB::SqliteCloudKvStore
H A Dsqlite_single_ver_natural_store.cpp1980 std::map<std::string, DataBaseSchema> SQLiteSingleVerNaturalStore::GetDataBaseSchemas() in GetDataBaseSchemas() function in DistributedDB::SQLiteSingleVerNaturalStore
1983 return sqliteCloudKvStore_->GetDataBaseSchemas(); in GetDataBaseSchemas()