com.hp.hpl.jena.rdql
Interface QueryResultsRewindable

All Superinterfaces:
java.util.Iterator, QueryResults
All Known Implementing Classes:
QueryResultsMem

public interface QueryResultsRewindable
extends QueryResults


Method Summary
 void rewind()
          Move back to the start of the iterator for this instance of results of a query.
 
Methods inherited from interface com.hp.hpl.jena.rdql.QueryResults
close, getAll, getResultVars, getRowNumber, hasNext, next, remove
 

Method Detail

rewind

public void rewind()
Move back to the start of the iterator for this instance of results of a query.



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.