Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h27 using TableInfoMap = std::map<std::string, TableInfo, CaseInsensitiveComparator>; variable
46 const TableInfoMap &GetTables() const;
61 const TableInfoMap &GetTrackerTables() const;
117 TableInfoMap tables_;
118 TableInfoMap trackerTables_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp120 TableInfoMap trackerTables = trackerSchemaObj.GetTrackerTables(); in UpgradeTrigger()
165 TableInfoMap trackerTables = trackerSchemaObj.GetTrackerTables(); in UpgradeLogTable()
H A Dsqlite_relational_store.cpp498 TableInfoMap tables = localSchema.GetTables(); in CleanCloudData()
585 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceData()
892 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceDataInner()
937 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in GetAllDistributedTableName()
1032 TableInfoMap tableList = localSchema.GetTables(); in PrepareSharedTable()
H A Dsqlite_single_relational_storage_engine.cpp557 const TableInfoMap tableInfoMap = trackerSchema.GetTrackerTables(); in GetOrInitTrackerSchemaFromMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp113 const TableInfoMap &RelationalSchemaObject::GetTables() const in GetTables()
268 TableInfoMap tableInfos = GetTables(); in GetSharedTableForChangeTable()
332 const TableInfoMap &RelationalSchemaObject::GetTrackerTables() const in GetTrackerTables()