Uses of Interface
org.jooq.impl.QOM.Tuple2
-
Uses of QOM.Tuple2 in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.Tuple2
<Q1, Q2> Set the first value in the tuple.@NotNull QOM.Tuple2
<Q1, Q2> Set the second value in the tuple.static final <Q1 extends QueryPart,
Q2 extends QueryPart>
QOM.Tuple2<Q1, Q2> QOM.tuple
(Q1 q1, Q2 q2) Modifier and TypeMethodDescriptiondefault @NotNull QOM.UnmodifiableList
<? extends QOM.Tuple2<Condition, Statement>> QOM.If.$if()
@NotNull QOM.UnmodifiableList
<QOM.Tuple2<K, V>> QOM.UnmodifiableMap.$tuples()
Get theMap.entrySet()
of this map as a list of tuples.default @NotNull QOM.UnmodifiableList
<? extends QOM.Tuple2<Condition, Field<T>>> QOM.CaseSearched.$when()
default @NotNull QOM.UnmodifiableList
<? extends QOM.Tuple2<Field<V>, Field<T>>> QOM.CaseSimple.$when()
default @NotNull QOM.UnmodifiableList
<? extends QOM.Tuple2<Field<V>, Field<T>>> QOM.Decode.$when()
Modifier and TypeMethodDescriptiondefault @NotNull QOM.If
QOM.If.$if
(QOM.UnmodifiableList<? extends QOM.Tuple2<Condition, Statement>> if_) default @NotNull QOM.CaseSearched
<T> QOM.CaseSearched.$when
(QOM.UnmodifiableList<? extends QOM.Tuple2<Condition, Field<T>>> when) default @NotNull QOM.CaseSimple
<V, T> QOM.CaseSimple.$when
(QOM.UnmodifiableList<? extends QOM.Tuple2<Field<V>, Field<T>>> when) default @NotNull QOM.Decode
<V, T> QOM.Decode.$when
(QOM.UnmodifiableList<? extends QOM.Tuple2<Field<V>, Field<T>>> when)