Uses of Interface
org.jooq.DeleteReturningStep
Packages that use DeleteReturningStep
-
Uses of DeleteReturningStep in org.jooq
Subinterfaces of DeleteReturningStep in org.jooqModifier and TypeInterfaceDescriptioninterface
DeleteConditionStep<R extends Record>
This type is used for theDelete
's DSL API.interface
DeleteLimitStep<R extends Record>
This type is used for theDelete
's DSL API.interface
DeleteOrderByStep<R extends Record>
This type is used for theDelete
's DSL API.interface
DeleteUsingStep<R extends Record>
This type is used for theDelete
's DSL API.interface
DeleteWhereStep<R extends Record>
This type is used for theDelete
's DSL API.Methods in org.jooq that return DeleteReturningStepModifier and TypeMethodDescription@NotNull DeleteReturningStep<R>
Add aLIMIT
clause to the query.@NotNull DeleteReturningStep<R>
Add aLIMIT
clause to the query.