public class QueryResults extends Object
Query.execute(List)| 构造器和说明 |
|---|
QueryResults() |
| 限定符和类型 | 方法和说明 |
|---|---|
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()
Copyright © 2021. All rights reserved.