|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.query.CachedQuery
public class CachedQuery
Represents the application's view of the query.
Method Summary | |
---|---|
CachedQueryKey |
getKey()
returns the key. |
void |
list(java.util.List<java.lang.Object> list,
AmberConnection aConn,
long maxAge)
Executes the query, filling the list. |
java.lang.String |
toString()
|
void |
update()
Updates the query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public CachedQueryKey getKey()
public void update()
public void list(java.util.List<java.lang.Object> list, AmberConnection aConn, long maxAge) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |