Searched refs:TableInfoMap (Results 1 – 5 of 5) sorted by relevance
27 using TableInfoMap = std::map<std::string, TableInfo, CaseInsensitiveComparator>; variable46 const TableInfoMap &GetTables() const;61 const TableInfoMap &GetTrackerTables() const;117 TableInfoMap tables_;118 TableInfoMap trackerTables_;
120 TableInfoMap trackerTables = trackerSchemaObj.GetTrackerTables(); in UpgradeTrigger()165 TableInfoMap trackerTables = trackerSchemaObj.GetTrackerTables(); in UpgradeLogTable()
498 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()
557 const TableInfoMap tableInfoMap = trackerSchema.GetTrackerTables(); in GetOrInitTrackerSchemaFromMeta()
113 const TableInfoMap &RelationalSchemaObject::GetTables() const in GetTables()268 TableInfoMap tableInfos = GetTables(); in GetSharedTableForChangeTable()332 const TableInfoMap &RelationalSchemaObject::GetTrackerTables() const in GetTrackerTables()