Module org.jooq
Package org.jooq

Interface RepeatUntilStep


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

    Modifier and Type
    Method
    Description
    @NotNull Statement
    until(Condition condition)
    Add an UNTIL clause to the REPEAT loop.