AstVisitor, Query, SelectFinalStep, SelectLockingManySteps, SelectLockingStepSelectLockingOfTableStepSelectImplpublic interface SelectLockingWaitingStep extends SelectLockingManySteps
| Modifier and Type | Method | Description |
|---|---|---|
SelectLockingManySteps |
noWait() |
Specifies NOWAIT mode, meaning the SELECT statement will report an error,
if rows are locked, rather than will wait for rows.
|
SelectLockingManySteps |
skipLocked() |
Specifies SKIP LOCKED mode, meaning the SELECT statement will omit the
locked rows.
|
assemblebuildPreparedStatement, sqlforKeyShare, forNoKeyUpdate, forShare, forUpdateSelectLockingManySteps noWait()
SelectLockingManySteps skipLocked()