Uses of Interface
org.jooq.SelectOffsetStep
-
Uses of SelectOffsetStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
SelectLimitPercentStep<R extends Record>
interface
SelectWithTiesStep<R extends Record>
Modifier and TypeMethodDescription@NotNull SelectOffsetStep
<R> SelectWithTiesStep.withTies()
Add theWITH TIES
clause to aLIMIT
clause.