Class MultiColumnRestriction.InRestrictionWithMarker

All Implemented Interfaces:
Restriction, SingleRestriction
Enclosing class:
MultiColumnRestriction

public static class MultiColumnRestriction.InRestrictionWithMarker extends MultiColumnRestriction.INRestriction
An IN restriction that uses a single marker for a set of IN values that are tuples. For example: "SELECT ... WHERE (a, b, c) IN ?"