railo.runtime.functions.query
Class QueryNew
java.lang.Object
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
QueryNew
public QueryNew()
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