
public interface OBinaryComparator
| Modifier and Type | Method and Description |
|---|---|
int |
compare(OBinaryField iValue1,
OBinaryField iValue2)
Compares two binary values executing also conversion between types.
|
boolean |
isBinaryComparable(OType iType)
Returns true if the type is binary comparable
|
boolean |
isEqual(OBinaryField iFirstValue,
OBinaryField iSecondValue)
Compares if two binary values are the same.
|
boolean isEqual(OBinaryField iFirstValue, OBinaryField iSecondValue)
iFirstValue - First value to compareiSecondValue - Second value to compareint compare(OBinaryField iValue1, OBinaryField iValue2)
iValue1 - First value to compareiValue2 - Second value to compareboolean isBinaryComparable(OType iType)
iType - Copyright © 2009–2025 OrientDB. All rights reserved.