An intermediate step in building a procedural
IF
statement.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull IfElseStep
then
(Collection<? extends Statement> statements) Add aTHEN
clause to theIF
statement.@NotNull IfElseStep
Add aTHEN
clause to theIF
statement.
-
Method Details
-
then
@NotNull @Support({AURORA_POSTGRES,BIGQUERY,DB2,EXASOL,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER,YUGABYTEDB}) @NotNull IfElseStep then(Statement... statements) Add aTHEN
clause to theIF
statement. -
then
@NotNull @Support({AURORA_POSTGRES,BIGQUERY,DB2,EXASOL,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER,YUGABYTEDB}) @NotNull IfElseStep then(Collection<? extends Statement> statements) Add aTHEN
clause to theIF
statement.
-