- All Superinterfaces:
- QueryPart,- Serializable,- Statement
A step in the construction of an 
EXIT statement where a
 WHEN clause can be added.- Author:
- Lukas Eder
- 
Method Summary
- 
Method Details- 
when@NotNull @Support({AURORA_POSTGRES,BIGQUERY,DB2,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER,YUGABYTEDB}) @NotNull Statement when(Condition condition) Add aWHENclause to theEXITstatement.
- 
when@NotNull @Support({AURORA_POSTGRES,BIGQUERY,DB2,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER,YUGABYTEDB}) @NotNull Statement when(Field<Boolean> condition) Add aWHENclause to theEXITstatement.
 
-