Class LoopUtil
java.lang.Object
ortus.boxlang.runtime.components.util.LoopUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Component.BodyResultprocessQueryLoop(Component component, IBoxContext context, Component.ComponentBody body, IStruct executionState, Object queryOrName, String group, Boolean groupCaseSensitive, Integer startRow, Integer endRow, Integer maxRows, String label)
-
Constructor Details
-
LoopUtil
public LoopUtil()
-
-
Method Details
-
processQueryLoop
public static Component.BodyResult processQueryLoop(Component component, IBoxContext context, Component.ComponentBody body, IStruct executionState, Object queryOrName, String group, Boolean groupCaseSensitive, Integer startRow, Integer endRow, Integer maxRows, String label)
-