Uses of Interface
org.jooq.UpdateLimitStep
-
Uses of UpdateLimitStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
UpdateConditionStep<R extends Record>
This type is used for theUpdate
's DSL API.interface
UpdateFromStep<R extends Record>
This type is used for theUpdate
's DSL API.interface
UpdateOrderByStep<R extends Record>
This type is used for theUpdate
's DSL API.interface
UpdateSetMoreStep<R extends Record>
This type is used for theUpdate
's DSL API.interface
UpdateWhereStep<R extends Record>
This type is used for theUpdate
's DSL API.Modifier and TypeMethodDescription@NotNull UpdateLimitStep<R>
UpdateOrderByStep.orderBy
(int... fieldIndexes) Add anORDER BY
clause to the query.@NotNull UpdateLimitStep<R>
UpdateOrderByStep.orderBy
(Collection<? extends OrderField<?>> fields) Add anORDER BY
clause to the query.@NotNull UpdateLimitStep<R>
UpdateOrderByStep.orderBy
(OrderField<?>... fields) Add anORDER BY
clause to the query.