An intermediate step in building a procedural 
IF statement.- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull IfElseStepthen(Collection<? extends Statement> statements) Add aTHENclause to theIFstatement.@NotNull IfElseStepAdd aTHENclause to theIFstatement. 
- 
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 aTHENclause to theIFstatement. - 
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 aTHENclause to theIFstatement. 
 -