Uses of Interface
org.jooq.DeleteOrderByStep
-
Uses of DeleteOrderByStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
DeleteConditionStep<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.