org.cloudgraph.rdb.service
Class QueryResults
java.lang.Object
org.cloudgraph.rdb.service.QueryResults
public class QueryResults
- extends Object
Encapsulates the collection resulting from query execution along
with the Query object itself. Hopefully usefull where the query
construction is seperated off and the results are a collection rather than
a single object. In this event after collection iteration is complete, the
query must be closed via. Query.closeAll(), Query.close(), Extent.close(Iterator),
or sume such JDO call which frees appropriate re sources associated with query
execution.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryResults
public QueryResults(Collection collection)
getResults
public Collection getResults()
Copyright © 2014. All rights reserved.