Uses of Interface
org.jooq.UpdateReturningStep
-
Uses of UpdateReturningStep 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
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.Modifier and TypeMethodDescription@NotNull UpdateReturningStep<R>
Add aLIMIT
clause to the query.@NotNull UpdateReturningStep<R>
Add aLIMIT
clause to the query.