Package org.jooq
Interface ContinueWhenStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statementwhen(Condition condition)Add aWHENclause to theCONTINUEstatement.
-
| Modifier and Type | Method | Description |
|---|---|---|
Statement |
when(Condition condition) |
Add a
WHEN clause to the CONTINUE statement. |