Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h135 …int CompareSchemaDefineByDepth(const SchemaDefine &oldDefine, const SchemaDefine &newDefine) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp806 int errCode = CompareSchemaDefineByDepth(defineInOldSchema, defineInNewSchema); in CompareSchemaDefine()
822 int SchemaObject::CompareSchemaDefineByDepth(const SchemaDefine &oldDefine, const SchemaDefine &new… in CompareSchemaDefineByDepth() function in DistributedDB::SchemaObject