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