Uses of Interface
org.jooq.SelectSeekStepN
-
Uses of SelectSeekStepN in org.jooq
Modifier 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