- All Superinterfaces:
 QueryPart,Serializable,Statement
An intermediate step in building a procedural 
IF statement.- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull Statementelse_(Collection<? extends Statement> statements) Add anELSEclause to theIFstatement.@NotNull StatementAdd anELSEclause to theIFstatement.@NotNull IfThenStepAdd anELSIFclause to theIFstatement. 
- 
Method Details
- 
elsif
@NotNull @Support({AURORA_POSTGRES,BIGQUERY,DB2,EXASOL,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER,YUGABYTEDB}) @NotNull IfThenStep elsif(Condition condition) Add anELSIFclause to theIFstatement. - 
else_
@NotNull @Support({AURORA_POSTGRES,BIGQUERY,DB2,EXASOL,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER,YUGABYTEDB}) @NotNull Statement else_(Statement... statements) Add anELSEclause to theIFstatement. - 
else_
@NotNull @Support({AURORA_POSTGRES,BIGQUERY,DB2,EXASOL,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER,YUGABYTEDB}) @NotNull Statement else_(Collection<? extends Statement> statements) Add anELSEclause to theIFstatement. 
 -