Class QueryResults

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<QueryResults.Row>
com.inductiveautomation.reporting.common.api.QueryResults
All Implemented Interfaces:
Serializable, Iterable<QueryResults.Row>, Collection<QueryResults.Row>, List<QueryResults.Row>

public class QueryResults extends AbstractList<QueryResults.Row> implements Serializable

This object represents the results of a query / nested query structure generated by a report's query datasource. The query results are stored in the "coreResults" dataset field, and any nested queries are stored in a map of dataKey -> QueryResults

It is constructed to be java.io.serializable and reportmill-friendly (meaning, it is a java.util.List<RMKey.Get>)

Created by carl.gould on 2/3/2015.

See Also: