railo.runtime.db
Class QoQ

java.lang.Object
  extended by railo.runtime.db.QoQ

public final class QoQ
extends Object


Constructor Summary
QoQ()
           
 
Method Summary
 Query execute(PageContext pc, SQL sql, int maxrows)
           
 Query execute(PageContext pc, SQL sql, Selects selects, int maxrows)
          execute a SQL Statement against CFML Scopes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QoQ

public QoQ()
Method Detail

execute

public Query execute(PageContext pc,
                     SQL sql,
                     int maxrows)
              throws PageException
Throws:
PageException

execute

public Query execute(PageContext pc,
                     SQL sql,
                     Selects selects,
                     int maxrows)
              throws PageException
execute a SQL Statement against CFML Scopes

Throws:
PageException


Copyright © 2012 Railo