railo.runtime.functions.query
Class ValueList

java.lang.Object
  extended by railo.runtime.functions.query.ValueList
All Implemented Interfaces:
Serializable, Function
Direct Known Subclasses:
QuotedValueList

public class ValueList
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ValueList()
           
 
Method Summary
static String call(PageContext pc, QueryColumn column)
           
static String call(PageContext pc, QueryColumn column, String delimiter)
           
static String call(PageContext pc, String strQueryColumn)
           
static String call(PageContext pc, String strQueryColumn, String delimiter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueList

public ValueList()
Method Detail

call

public static String call(PageContext pc,
                          String strQueryColumn)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String strQueryColumn,
                          String delimiter)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          QueryColumn column)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          QueryColumn column,
                          String delimiter)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo