Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h138 int CompareSchemaIndexes(const SchemaObject &newSchema, IndexDifference &indexDiffer) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp289 int indexResult = CompareSchemaIndexes(inSchemaObject, indexDiffer); in CompareAgainstSchemaObject()
957 int SchemaObject::CompareSchemaIndexes(const SchemaObject &newSchema, IndexDifference &indexDiffer)… in CompareSchemaIndexes() function in DistributedDB::SchemaObject