类 OperatorBetween

  • 所有已实现的接口:
    Opcodes, SpelNode

    public class OperatorBetween
    extends Operator
    Represents the between operator. The left operand to between must be a single value and the right operand must be a list - this operator returns true if the left operand is between (using the registered comparator) the two elements in the list. The definition of between being inclusive follows the SQL BETWEEN definition.
    从以下版本开始:
    3.0
    作者:
    Andy Clement