public abstract class CachedQuery<T> extends Object
Cached results will be returned unless the relevant tables have been updated since the query was last executed, in which case the results will be recomputed.
| Constructor and Description |
|---|
CachedQuery(Table<?> table,
String query,
Table<?>[] otherTables)
Constructor.
|
public Table<?> getTable()
public String toString()
toString in class ObjectObject.toString()Copyright © 2000–2021 PanEris. All rights reserved.