Searched refs:FieldInfoMap (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | table_info.h | 73 using FieldInfoMap = std::map<std::string, FieldInfo, CaseInsensitiveComparator>; variable 83 const FieldInfoMap &GetFields() const; // <colName, colAttr> 136 int CompareWithTableFields(const FieldInfoMap &inTableFields, bool isLite = false) const; 141 int CompareWithLiteTableFields(const FieldInfoMap &liteTableFields) const; 149 FieldInfoMap fields_;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 283 const FieldInfoMap &TableInfo::GetFields() const in GetFields() 491 int TableInfo::CompareWithTableFields(const FieldInfoMap &inTableFields, bool isLite) const in CompareWithTableFields() 583 void Difference(const FieldInfoMap &first, const FieldInfoMap &second, FieldInfoMap &orphanFst, Fie… in Difference() 584 FieldInfoMap &bothAppear) in Difference() 614 int TableInfo::CompareWithLiteTableFields(const FieldInfoMap &liteTableFields) const in CompareWithLiteTableFields() 616 FieldInfoMap orphanLocal; in CompareWithLiteTableFields() 617 FieldInfoMap orphanLite; in CompareWithLiteTableFields() 618 FieldInfoMap bothAppear; in CompareWithLiteTableFields()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 55 FieldInfoMap localFields = tableInfo.GetFields(); in ChkSchema() 59 int SchemaMgr::CompareFieldSchema(std::map<int, FieldName> &primaryKeys, FieldInfoMap &localFields, in CompareFieldSchema() 161 FieldInfoMap localFields = tableInfo.GetFields(); in SetCloudDbSchema()
|
H A D | cloud_storage_utils.cpp | 1003 FieldInfoMap fieldInfos = localTable.GetFields(); in GetHashValueWithPrimaryKeyMap() 1014 FieldInfoMap fieldInfos = localTable.GetFields(); in GetHashValueWithPrimaryKeyMap()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/ |
H A D | schema_mgr.h | 44 int CompareFieldSchema(std::map<int, FieldName> &primaryKeys, FieldInfoMap &localFields,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | cloud_sync_log_table_manager.cpp | 27 FieldInfoMap fieldInfos = table.GetFields(); in CalcPrimaryKeyHash()
|
H A D | sqlite_single_relational_storage_engine.cpp | 633 FieldInfoMap sourceFieldMap = sourceTableInfo.GetFields(); in CheckReference() 634 FieldInfoMap targetFieldMap = targetTableInfo.GetFields(); in CheckReference()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.cpp | 1527 const FieldInfoMap &fields = baseTbl.GetFields(); in CreateSameStuTable()
|