Uses of Interface
org.jooq.DeleteOrderByStep
- 
Packages that use DeleteOrderByStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. - 
- 
Uses of DeleteOrderByStep in org.jooq
Subinterfaces of DeleteOrderByStep in org.jooq Modifier and Type Interface Description interfaceDeleteConditionStep<R extends Record>This type is used for theDelete's DSL API.interfaceDeleteWhereStep<R extends Record>This type is used for theDelete's DSL API. 
 -