railo.runtime.functions.query
Class QueryNew

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

public final class QueryNew
extends BIF

Implements the CFML 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)
           
 Object invoke(PageContext pc, Object[] args)
           
static Query populate(PageContext pc, Query qry, Object 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

invoke

public Object invoke(PageContext pc,
                     Object[] args)
              throws PageException
Specified by:
invoke in class BIF
Throws:
PageException

populate

public static Query populate(PageContext pc,
                             Query qry,
                             Object data)
                      throws PageException
Throws:
PageException


Copyright © 2012 Railo