-
- All Superinterfaces:
QueryPart
,Serializable
,Statement
@Pro public interface ExitWhenStep extends Statement
A step in the construction of anEXIT
statement where aWHEN
clause can be added.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statement
when(Condition condition)
Add aWHEN
clause to theEXIT
statement.
-