Uses of Interface
org.jooq.SelectSeekStep3
-
Uses of SelectSeekStep3 in org.jooq
Modifier and TypeMethodDescription<T1,
T2, T3>
@NotNull SelectSeekStep3<R,T1, T2, T3> SelectOrderByStep.orderBy
(OrderField<T1> field1, OrderField<T2> field2, OrderField<T3> field3) Add anORDER BY
clause to the query.