Module org.jooq
Package org.jooq.impl
Interface QOM.Tuple2<Q1 extends QueryPart,Q2 extends QueryPart>
- All Superinterfaces:
QueryPart
,Serializable
- Enclosing class:
QOM
public static sealed interface QOM.Tuple2<Q1 extends QueryPart,Q2 extends QueryPart>
extends QueryPart
A generic tuple of degree 2 for use in
QOM
types.-
Method Summary
-
Method Details
-
$1
The first value in the tuple. -
$2
The second value in the tuple. -
$1
Set the first value in the tuple. -
$2
Set the second value in the tuple.
-