Uses of Interface
org.jooq.UpdateOrderByStep
- 
Packages that use UpdateOrderByStep Package Description org.jooq This package contains jOOQ's public API. - 
- 
Uses of UpdateOrderByStep in org.jooq
Subinterfaces of UpdateOrderByStep in org.jooq Modifier and Type Interface Description interfaceUpdateConditionStep<R extends Record>This type is used for theUpdate's DSL API.interfaceUpdateFromStep<R extends Record>This type is used for theUpdate's DSL API.interfaceUpdateSetMoreStep<R extends Record>This type is used for theUpdate's DSL API.interfaceUpdateWhereStep<R extends Record>This type is used for theUpdate's DSL API. 
 -