|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.db.sql.Query
com.caucho.db.sql.TempQuery
public class TempQuery
Field Summary |
---|
Fields inherited from class com.caucho.db.sql.Query |
---|
_whereExpr |
Constructor Summary | |
---|---|
protected |
TempQuery(FromItem[] fromItems)
|
Method Summary | |
---|---|
void |
execute(QueryContext queryCtx,
DbTransaction xa)
Executes the query. |
Methods inherited from class com.caucho.db.sql.Query |
---|
bind, bind, executeCursor, freeRows, generateWhere, getDatabase, getDataFields, getFromItems, getParamExprs, getParent, getSubSelect, getWhereExprs, isGroup, isReadOnly, isSelect, nextTuple, setDataFields, setFromItems, setFromItems, setGroup, setLimit, setParams, setParent, setSubSelect, setWhereExpr, setWhereExprs, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TempQuery(FromItem[] fromItems)
Method Detail |
---|
public void execute(QueryContext queryCtx, DbTransaction xa) throws java.sql.SQLException
execute
in class Query
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |