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