Package org.jooq
Interface LoopStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statementloop(java.util.Collection<? extends Statement> statements)Add aLOOPclause to theWHILEorFORloop.Statementloop(Statement... statements)Add aLOOPclause to theWHILEorFORloop.
-