Class Tuples.InValue

  • All Implemented Interfaces:
    Term
    Enclosing class:
    Tuples

    public static class Tuples.InValue
    extends Term.Terminal
    A terminal value for a list of IN values that are tuples. For example: "SELECT ... WHERE (a, b, c) IN ?" This is similar to Lists.Value, but allows us to keep components of the tuples in the list separate.