- All Known Subinterfaces:
SpiInTuples
public interface InTuples
IN expression using multiple columns.
Currently this is not supported with SQLServer or DB2.
Produces SQL expression in the form of (A,B,C) IN ((a0,b0,c0), (a1,b1,c1), ... ) where A,B,C are the properties in the tuples.
-
Method Summary
-
Method Details
-
of
Create given the properties in the tuples. -
of
Create given the properties in the tuples. -
add
Add a tuple entry. All values must be non-null.
-