railo.runtime.functions.struct
Class StructEach

java.lang.Object
  extended by railo.runtime.functions.struct.StructEach
All Implemented Interfaces:
Serializable, Function

public final class StructEach
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
StructEach()
           
 
Method Summary
static String call(PageContext pc, Struct sct, UDF udf)
           
static String call(PageContext pc, Struct sct, UDF udf, boolean parallel)
           
static String call(PageContext pc, Struct sct, UDF udf, boolean parallel, double maxThreads)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructEach

public StructEach()
Method Detail

call

public static String call(PageContext pc,
                          Struct sct,
                          UDF udf)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Struct sct,
                          UDF udf,
                          boolean parallel)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Struct sct,
                          UDF udf,
                          boolean parallel,
                          double maxThreads)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo