Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h141 int CompareWithLiteTableFields(const FieldInfoMap &liteTableFields) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp614 int TableInfo::CompareWithLiteTableFields(const FieldInfoMap &liteTableFields) const in CompareWithLiteTableFields() function in DistributedDB::TableInfo
666 return CompareWithLiteTableFields(liteTableInfo.GetFields()); in CompareWithLiteSchemaTable()