Class LikeComparison

    • Method Detail

      • 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