Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp951 inline bool IsSchemaIndexesExactlyEqual(const IndexDifference &indexDiffer) in IsSchemaIndexesExactlyEqual() function
981 …return IsSchemaIndexesExactlyEqual(indexDiffer) ? -E_SCHEMA_EQUAL_EXACTLY : -E_SCHEMA_UNEQUAL_COMP… in CompareSchemaIndexes()