Class InCondition


  • @Beta
    public final class InCondition
    extends Condition
    Represents a IN condition in building condition expression.

    Underlying grammar:

        operand IN ( operand (',' operand (, ...) ))
     

    This object is as immutable (or unmodifiable) as the underlying set of operands.