Home
last modified time | relevance | path

Searched refs:GetSchemaFromDB (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_db_sync_interface.h54 virtual int GetSchemaFromDB(RelationalSchemaObject &schema) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h118 int GetSchemaFromDB(RelationalSchemaObject &schema) override;
H A Dvirtual_relational_ver_sync_db_interface.cpp344 int VirtualRelationalVerSyncDBInterface::GetSchemaFromDB(RelationalSchemaObject &schema) in GetSchemaFromDB() function in DistributedDB::VirtualRelationalVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h159 int GetSchemaFromDB(RelationalSchemaObject &schema) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1192 int RelationalSyncAbleStorage::GetSchemaFromDB(RelationalSchemaObject &schema) in GetSchemaFromDB() function in DistributedDB::RelationalSyncAbleStorage
1224 errCode = GetSchemaFromDB(newSchema); in ChkSchema()