Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h137 …int CompareSchemaDefaultValue(const SchemaAttribute &oldAttr, const SchemaAttribute &newAttr) cons…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp880 int errCode = CompareSchemaDefaultValue(oldAttr, newAttr); in CompareSchemaAttribute()
896 int SchemaObject::CompareSchemaDefaultValue(const SchemaAttribute &oldAttr, const SchemaAttribute &… in CompareSchemaDefaultValue() function in DistributedDB::SchemaObject