Class OQueryOperatorEqualityNotNulls

Direct Known Subclasses:
OQueryOperatorBetween, OQueryOperatorContains, OQueryOperatorContainsAll, OQueryOperatorContainsKey, OQueryOperatorContainsValue, OQueryOperatorEquals, OQueryOperatorIn, OQueryOperatorInstanceof, OQueryOperatorLike, OQueryOperatorMajor, OQueryOperatorMajorEquals, OQueryOperatorMatches, OQueryOperatorMinor, OQueryOperatorMinorEquals, OQueryOperatorNotEquals, OQueryOperatorNotEquals2, OQueryOperatorTraverse

public abstract class OQueryOperatorEqualityNotNulls extends OQueryOperatorEquality
Base equality operator that not admit NULL in the LEFT and in the RIGHT operands. Abstract class.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Constructor Details

    • OQueryOperatorEqualityNotNulls

      protected OQueryOperatorEqualityNotNulls(String iKeyword, int iPrecedence, boolean iLogical)
    • OQueryOperatorEqualityNotNulls

      protected OQueryOperatorEqualityNotNulls(String iKeyword, int iPrecedence, boolean iLogical, int iExpectedRightWords)
    • OQueryOperatorEqualityNotNulls

      protected OQueryOperatorEqualityNotNulls(String iKeyword, int iPrecedence, boolean iUnary, int iExpectedRightWords, boolean iExpectsParameters)
  • Method Details