Class BetweenPredicate

    • Method Detail

      • getExpression

        public ValueExpression getExpression()
        Returns the left expression in the [NOT] BETWEEN predicate.
        Returns:
        left expression in the predicate
      • getStartExpression

        public ValueExpression getStartExpression()
        Returns the start expression in the [NOT] BETWEEN predicate.
        Returns:
        start expression in the predicate
      • getEndExpression

        public ValueExpression getEndExpression()
        Returns the end expression in the [NOT] BETWEEN predicate.
        Returns:
        end expression in the predicate