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