public class QueryResults
extends java.lang.Object
Query.execute(List)
Constructor and Description |
---|
QueryResults() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getGroupByResults()
Get the group by results.
|
java.util.Map |
getGroupBySaveValues(java.util.List k) |
java.util.List |
getHavingResults()
Get the having results.
|
java.util.List |
getResults()
Get the results of executing the query, this is the "final" results, i.e.
|
java.lang.Object |
getSaveValue(java.lang.Object id)
Get a particular save value for the passed in key.
|
java.util.Map |
getSaveValues()
Get the save values.
|
java.util.Map |
getTimings()
Get the timing information, is a Map of string to double values.
|
java.util.List |
getWhereResults()
Get the where results.
|
public java.util.Map getGroupBySaveValues(java.util.List k)
public java.util.Map getSaveValues()
public java.lang.Object getSaveValue(java.lang.Object id)
id
- The key of the save value.public java.util.List getResults()
public java.util.Map getTimings()
public java.util.Map getGroupByResults()
public java.util.List getHavingResults()
public java.util.List getWhereResults()