Uses of Interface
org.jooq.SelectForUpdateWaitStep
-
Packages that use SelectForUpdateWaitStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of SelectForUpdateWaitStep in org.jooq
Subinterfaces of SelectForUpdateWaitStep in org.jooq Modifier and Type Interface Description interfaceSelectForUpdateOfStep<R extends Record>Methods in org.jooq that return SelectForUpdateWaitStep Modifier and Type Method Description @NotNull SelectForUpdateWaitStep<R>SelectForUpdateOfStep. of(Collection<? extends Field<?>> fields)Add anOFclause to theFOR <lock_mode>clause at the end of the query.@NotNull SelectForUpdateWaitStep<R>SelectForUpdateOfStep. of(Field<?>... fields)Add anOFclause to theFOR <lock_mode>clause at the end of the query.@NotNull SelectForUpdateWaitStep<R>SelectForUpdateOfStep. of(Table<?>... tables)Add anOFclause to theFOR <lock_mode>clause at the end of the query.
-