Uses of Interface
org.jooq.DeleteReturningStep
-
Packages that use DeleteReturningStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of DeleteReturningStep in org.jooq
Subinterfaces of DeleteReturningStep in org.jooq Modifier and Type Interface Description interfaceDeleteConditionStep<R extends Record>This type is used for theDelete's DSL API.interfaceDeleteLimitStep<R extends Record>This type is used for theDelete's DSL API.interfaceDeleteOrderByStep<R extends Record>This type is used for theDelete's DSL API.interfaceDeleteUsingStep<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.Methods in org.jooq that return DeleteReturningStep Modifier and Type Method Description @NotNull DeleteReturningStep<R>DeleteLimitStep. limit(Number numberOfRows)Add aLIMITclause to the query.@NotNull DeleteReturningStep<R>DeleteLimitStep. limit(Param<? extends Number> numberOfRows)Add aLIMITclause to the query using named parameters.
-