Uses of Interface
org.jooq.SelectSeekStepN
Packages that use SelectSeekStepN
-
Uses of SelectSeekStepN in org.jooq
Methods in org.jooq that return SelectSeekStepNModifier and TypeMethodDescription@NotNull SelectSeekStepN<R>
SelectOrderByStep.orderBy
(Collection<? extends OrderField<?>> fields) Add anORDER BY
clause to the query@NotNull SelectSeekStepN<R>
SelectOrderByStep.orderBy
(OrderField<?>... fields) Add anORDER BY
clause to the query