public class CachedQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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