org.jpox.store.query
Interface QueryResult

All Superinterfaces:
java.util.Collection, Queryable
All Known Implementing Classes:
AbstractQueryResult, ForwardQueryResult, InsensitiveQueryResult

public interface QueryResult
extends Queryable, java.util.Collection

Lazy collection results from a Query. The actual result elements are only loaded when accessed.

Version:
$Revision: 1.10 $

Method Summary
 void close()
          Method to close the results.
 void closingConnection()
          Inform the result that we are closing the connection so it can perform any necessary reads now.
 
Methods inherited from interface org.jpox.store.query.Queryable
isEmpty, newQueryStatement, newQueryStatement, newResultObjectFactory
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

close

public void close()
Method to close the results.


closingConnection

public void closingConnection()
Inform the result that we are closing the connection so it can perform any necessary reads now.



Copyright © -2007 . All Rights Reserved.