-
- All Superinterfaces:
QueryPart,Serializable,Statement
@Pro public interface ContinueWhenStep extends Statement
A step in the construction of anCONTINUEstatement where aWHENclause can be added.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statementwhen(Condition condition)Add aWHENclause to theCONTINUEstatement.
-