Class Like

    • Method Detail

      • getLeftOperand

        public ValueExpression getLeftOperand()
        Get the left-hand side operator.
        Returns:
        left operator
      • getRightOperand

        public ValueExpression getRightOperand()
        Get the right-hand side operator.
        Returns:
        right operator
      • hasNot

        public boolean hasNot()
        Check if LIKE predicate has NOT.
        Returns:
        true if contains not
      • hasEscape

        public boolean hasEscape()
        Check if LIKE predicate has ESCAPE.
        Returns:
        true if contains not
      • getEscape

        public Character getEscape()
        Get an escape character.
        Returns:
        escape char