Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h136 … int CompareSchemaAttribute(const SchemaAttribute &oldAttr, const SchemaAttribute &newAttr) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp831 int errCode = CompareSchemaAttribute(entry.second, newDefine.at(entry.first)); in CompareSchemaDefineByDepth()
851 int SchemaObject::CompareSchemaAttribute(const SchemaAttribute &oldAttr, const SchemaAttribute &new… in CompareSchemaAttribute() function in DistributedDB::SchemaObject