railo.runtime.functions.query
Class QueryNew

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

public final class QueryNew
extends Object
implements Function

Implements the Cold Fusion Function querynew

See Also:
Serialized Form

Constructor Summary
QueryNew()
           
 
Method Summary
static Query call(PageContext pc, String columnList)
           
static Query call(PageContext pc, String columnList, String columnTypeList)
           
static Query call(PageContext pc, String strColumnList, String strColumnTypeList, Object data)
           
static void populateRow(Query qry, Struct data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryNew

public QueryNew()
Method Detail

call

public static Query call(PageContext pc,
                         String columnList)
                  throws DatabaseException
Throws:
DatabaseException

call

public static Query call(PageContext pc,
                         String columnList,
                         String columnTypeList)
                  throws PageException
Throws:
PageException

call

public static Query call(PageContext pc,
                         String strColumnList,
                         String strColumnTypeList,
                         Object data)
                  throws PageException
Throws:
PageException

populateRow

public static void populateRow(Query qry,
                               Struct data)
                        throws PageException
Throws:
PageException


Copyright © 2012 Railo