Uses of Interface
org.jooq.UpdateReturningStep
Packages that use UpdateReturningStep
-
Uses of UpdateReturningStep in org.jooq
Subinterfaces of UpdateReturningStep in org.jooqModifier 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
UpdateLimitStep<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.Methods in org.jooq that return UpdateReturningStepModifier and TypeMethodDescription@NotNull UpdateReturningStep<R>
Add aLIMIT
clause to the query.@NotNull UpdateReturningStep<R>
Add aLIMIT
clause to the query.