|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.josql.QueryResults
public class QueryResults
This class holds all the "result" information about the execution of a particular Query. It should be noted that this class holds no reference to the Query object so that a query can be executed, the results "processed" in some way and then the results can be cleaned up by the GC.
Query.execute(List)
Constructor Summary | |
---|---|
QueryResults()
|
Method Summary | |
---|---|
Map |
getGroupByResults()
Get the group by results. |
Map |
getGroupBySaveValues(List k)
|
List |
getHavingResults()
Get the having results. |
List |
getResults()
Get the results of executing the query, this is the "final" results, i.e. |
Object |
getSaveValue(Object id)
Get a particular save value for the passed in key. |
Map |
getSaveValues()
Get the save values. |
Map |
getTimings()
Get the timing information, is a Map of string to double values. |
List |
getWhereResults()
Get the where results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryResults()
Method Detail |
---|
public Map getGroupBySaveValues(List k)
public Map getSaveValues()
public Object getSaveValue(Object id)
id
- The key of the save value.
public List getResults()
public Map getTimings()
public Map getGroupByResults()
public List getHavingResults()
public List getWhereResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |