Uses of Interface
org.jooq.SelectOffsetStep
Packages that use SelectOffsetStep
-
Uses of SelectOffsetStep in org.jooq
Subinterfaces of SelectOffsetStep in org.jooqModifier and TypeInterfaceDescriptioninterface
SelectLimitPercentStep<R extends Record>
interface
SelectWithTiesStep<R extends Record>
Methods in org.jooq that return SelectOffsetStepModifier and TypeMethodDescription@NotNull SelectOffsetStep<R>
SelectWithTiesStep.withTies()
Add theWITH TIES
clause to aLIMIT
clause.