public class QueryResults extends Object
Query.execute(List)
Constructor and Description |
---|
QueryResults() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()