Uses of Interface
org.jooq.SelectWithTiesAfterOffsetStep
-
Uses of SelectWithTiesAfterOffsetStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
SelectLimitPercentAfterOffsetStep<R extends Record>
Modifier and TypeMethodDescription@NotNull SelectWithTiesAfterOffsetStep<R>
Add aLIMIT
clause to the query@NotNull SelectWithTiesAfterOffsetStep<R>
SelectLimitPercentAfterOffsetStep.percent()
Add thePERCENT
clause to aLIMIT
clause.