- 
- All Superinterfaces:
- QueryPart,- Serializable,- Statement
 
 @Pro public interface ExitWhenStep extends Statement A step in the construction of anEXITstatement where aWHENclause can be added.- Author:
- Lukas Eder
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Statementwhen(Condition condition)Add aWHENclause to theEXITstatement.@NotNull Statementwhen(Field<Boolean> condition)Add aWHENclause to theEXITstatement.
 
-