org.cloudgraph.rdb.service
Class QueryResults

java.lang.Object
  extended by 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.


Constructor Summary
QueryResults(Collection collection)
           
 
Method Summary
 Collection getResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResults

public QueryResults(Collection collection)
Method Detail

getResults

public Collection getResults()


Copyright © 2014. All rights reserved.