Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
SelectForUpdateOfStep<R extends Record>
|
Modifier and Type | Method and Description |
---|---|
SelectForUpdateWaitStep<R> |
SelectForUpdateOfStep.of(Collection<? extends Field<?>> fields)
Add an
OF clause to the FOR UPDATE clause at
the end of the query. |
SelectForUpdateWaitStep<R> |
SelectForUpdateOfStep.of(Field<?>... fields)
Add an
OF clause to the FOR UPDATE clause at
the end of the query. |
SelectForUpdateWaitStep<R> |
SelectForUpdateOfStep.of(Table<?>... tables)
Add an
OF clause to the FOR UPDATE clause at
the end of the query. |
Copyright © 2014. All Rights Reserved.