org.cloudgraph.rdb.service
Class QueryResults
java.lang.Object
org.cloudgraph.rdb.service.QueryResults
public class QueryResults
- extends java.lang.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.
|
Constructor Summary |
QueryResults(java.util.Collection collection)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryResults
public QueryResults(java.util.Collection collection)
getResults
public java.util.Collection getResults()
Copyright © 2013. All Rights Reserved.