Home
last modified time | relevance | path

Searched refs:CompareWithTableFields (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h136 int CompareWithTableFields(const FieldInfoMap &inTableFields, bool isLite = false) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp451 int fieldCompareResult = CompareWithTableFields(inTableInfo.GetFields()); in CompareWithTable()
491 int TableInfo::CompareWithTableFields(const FieldInfoMap &inTableFields, bool isLite) const in CompareWithTableFields() function in DistributedDB::TableInfo