|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.db.Executer
public final class Executer
Constructor Summary | |
---|---|
Executer()
|
Method Summary | |
---|---|
Query |
execute(PageContext pc,
SQL sql,
String prettySQL,
int maxrows)
|
Query |
execute(Vector statements,
PageContext pc,
SQL sql,
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 |
---|
public Executer()
Method Detail |
---|
public Query execute(Vector statements, PageContext pc, SQL sql, int maxrows) throws PageException
pc
- PageContext of the Requestsql
- maxrows
-
PageException
public Query execute(PageContext pc, SQL sql, String prettySQL, int maxrows) throws PageException
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |