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- 
$1The first value in the tuple.
- 
$2The second value in the tuple.
- 
$1Set the first value in the tuple.
- 
$2Set the second value in the tuple.
 
-