Uses of Interface
org.jooq.UpdateLimitStep
-
Packages that use UpdateLimitStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of UpdateLimitStep in org.jooq
Subinterfaces of UpdateLimitStep 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.interfaceUpdateOrderByStep<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.Methods in org.jooq that return UpdateLimitStep Modifier and Type Method Description UpdateLimitStep<R>UpdateOrderByStep. orderBy(int... fieldIndexes)Add anORDER BYclause to the query.UpdateLimitStep<R>UpdateOrderByStep. orderBy(Collection<? extends OrderField<?>> fields)Add anORDER BYclause to the query.UpdateLimitStep<R>UpdateOrderByStep. orderBy(OrderField<?>... fields)Add anORDER BYclause to the query.
-