Package org.apache.jena.query
Interface ResultSetRewindable
-
- All Superinterfaces:
java.util.Iterator<QuerySolution>,ResultSet
- All Known Implementing Classes:
RDFInput,ResultSetMem
public interface ResultSetRewindable extends ResultSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Move back to the start of the iterator for this instance of results of a query.intsize()return the number of solutions-
Methods inherited from interface org.apache.jena.query.ResultSet
getResourceModel, getResultVars, getRowNumber, hasNext, next, nextBinding, nextSolution, rewindable
-
-