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