Module org.jooq
Package org.jooq

Interface ForByStep<T>

All Superinterfaces:
LoopStep

@Pro public interface ForByStep<T> extends LoopStep
The step in the creation of a FOR LOOP statement where the BY clause can be supplied.
Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull LoopStep
    by​(Field<T> step)
    The loop increment.
    @NotNull LoopStep
    by​(T step)
    The loop increment.

    Methods inherited from interface org.jooq.LoopStep

    loop, loop