Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
SelectConditionStep<R extends Record>
|
interface |
SelectConnectByConditionStep<R extends Record>
|
interface |
SelectConnectByStep<R extends Record>
|
interface |
SelectForUpdateOfStep<R extends Record>
|
interface |
SelectForUpdateStep<R extends Record>
|
interface |
SelectForUpdateWaitStep<R extends Record>
|
interface |
SelectFromStep<R extends Record>
|
interface |
SelectGroupByStep<R extends Record>
|
interface |
SelectHavingConditionStep<R extends Record>
|
interface |
SelectHavingStep<R extends Record>
|
interface |
SelectJoinStep<R extends Record>
|
interface |
SelectLimitStep<R extends Record>
|
interface |
SelectOffsetStep<R extends Record>
|
interface |
SelectOnConditionStep<R extends Record>
|
interface |
SelectOptionalOnStep<R extends Record>
|
interface |
SelectOrderByStep<R extends Record>
|
interface |
SelectSelectStep<R extends Record>
|
interface |
SelectStartWithStep<R extends Record>
|
interface |
SelectWhereStep<R extends Record>
|
Modifier and Type | Method and Description |
---|---|
SelectOptionStep<R> |
SelectForUpdateStep.forShare()
Add a
FOR SHARE clause to the end of the query. |
SelectOptionStep<R> |
SelectForUpdateWaitStep.noWait()
Add a
NOWAIT clause to the FOR UPDATE clause at
the end of the query. |
SelectOptionStep<R> |
SelectForUpdateWaitStep.skipLocked()
Add a
WAIT clause to the FOR UPDATE clause at
the end of the query. |
SelectOptionStep<R> |
SelectForUpdateWaitStep.wait(int seconds)
Add a
WAIT clause to the FOR UPDATE clause at
the end of the query. |
Copyright © 2013. All Rights Reserved.