-
@Pro public interface IfThenStep
An intermediate step in building a proceduralIFstatement.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IfElseStepthen(Collection<? extends Statement> statements)Add aTHENclause to theIFstatement.IfElseStepthen(Statement... statements)Add aTHENclause to theIFstatement.
-
-
-
Method Detail
-
then
@Support({AURORA_POSTGRES,DB2,H2,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER}) IfElseStep then(Statement... statements)
Add aTHENclause to theIFstatement.
-
then
@Support({AURORA_POSTGRES,DB2,H2,MARIADB,MYSQL,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLSERVER}) IfElseStep then(Collection<? extends Statement> statements)
Add aTHENclause to theIFstatement.
-
-