Uses of Interface
org.jooq.SelectForUpdateOfStep
-
Uses of SelectForUpdateOfStep in org.jooq
Modifier and TypeMethodDescription@NotNull SelectForUpdateOfStep<R>
SelectForUpdateStep.forKeyShare()
Add aFOR KEY SHARE
clause to the end of the query.@NotNull SelectForUpdateOfStep<R>
SelectForUpdateStep.forNoKeyUpdate()
Add aFOR NO KEY UPDATE
clause to the end of the query.@NotNull SelectForUpdateOfStep<R>
SelectForUpdateStep.forShare()
Add aFOR SHARE
clause to the end of the query.@NotNull SelectForUpdateOfStep<R>
SelectForUpdateStep.forUpdate()
Add aFOR UPDATE
clause to the end of the query.