Module org.jooq
Package org.jooq

Interface IfThenStep


@Pro public interface IfThenStep
An intermediate step in building a procedural IF statement.
Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull IfElseStep
    then(Collection<? extends Statement> statements)
    Add a THEN clause to the IF statement.
    @NotNull IfElseStep
    then(Statement... statements)
    Add a THEN clause to the IF statement.