Uses of Interface
org.jooq.DeleteLimitStep
-
Uses of DeleteLimitStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
DeleteConditionStep<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 DeleteLimitStep<R>
DeleteOrderByStep.orderBy
(int... fieldIndexes) Add anORDER BY
clause to the query.@NotNull DeleteLimitStep<R>
DeleteOrderByStep.orderBy
(Collection<? extends OrderField<?>> fields) Add anORDER BY
clause to the query.@NotNull DeleteLimitStep<R>
DeleteOrderByStep.orderBy
(OrderField<?>... fields) Add anORDER BY
clause to the query.