Home
last modified time | relevance | path

Searched refs:SchemaMgr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp26 SchemaMgr::SchemaMgr() in SchemaMgr() function in DistributedDB::SchemaMgr
30 int SchemaMgr::ChkSchema(const TableName &tableName, RelationalSchemaObject &localSchema) in ChkSchema()
59 int SchemaMgr::CompareFieldSchema(std::map<int, FieldName> &primaryKeys, FieldInfoMap &localFields, in CompareFieldSchema()
102 bool SchemaMgr::IsAssetPrimaryField(const Field &cloudField) in IsAssetPrimaryField()
107 bool SchemaMgr::CompareType(const FieldInfo &localField, const Field &cloudField) in CompareType()
131 bool SchemaMgr::CompareNullable(const FieldInfo &localField, const Field &cloudField) in CompareNullable()
176 void SchemaMgr::SetCloudDbSchema(const DataBaseSchema &schema) in SetCloudDbSchema()
199 std::shared_ptr<DataBaseSchema> SchemaMgr::GetCloudDbSchema() in GetCloudDbSchema()
204 int SchemaMgr::GetCloudTableSchema(const TableName &tableName, TableSchema &retSchema) in GetCloudTableSchema()
218 bool SchemaMgr::IsSharedTable(const std::string &tableName) in IsSharedTable()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dschema_mgr.h27 class SchemaMgr {
29 explicit SchemaMgr();
30 ~SchemaMgr() =default;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp45 std::unique_ptr<SchemaMgr> g_schemaMgr = nullptr;
65 g_schemaMgr = std::make_unique<SchemaMgr>(); in SetUp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h318 SchemaMgr schemaMgr_;