Module org.jooq
Package org.jooq

Interface LoopStep

All Known Subinterfaces:
ForByStep<T>

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

    Modifier and Type
    Method
    Description
    @NotNull Statement
    loop​(Collection<? extends Statement> statements)
    Add a LOOP clause to the WHILE or FOR loop.
    @NotNull Statement
    loop​(Statement... statements)
    Add a LOOP clause to the WHILE or FOR loop.