Uses of Interface
org.apache.jena.query.ResultSetRewindable
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of ResultSetRewindable in org.apache.jena.query
Modifier and TypeMethodDescriptionstatic ResultSetRewindable
ResultSetFactory.copyResults
(ResultSet results) Take a copy of a result set - the result set returns is an in-memory copy.static ResultSetRewindable
ResultSetFactory.makeRewindable
(ResultSet resultSet) Turn an existing result set into a rewindable one.static ResultSetRewindable
ResultSetFactory.makeRewindable
(org.apache.jena.rdf.model.Model model) Turns an RDF model, with properties and classes from the result set vocabulary, into a SPARQL result set which is rewindable (has a .reset()operation).static ResultSetRewindable
ResultSetFactory.makeRewindable
(RowSet rowSet) Turn a row set into a rewindable ResultSet.default ResultSetRewindable
ResultSet.rewindable()
Convert this result set to aResultSetRewindable
. -
Uses of ResultSetRewindable in org.apache.jena.sparql.resultset
Modifier and TypeClassDescriptionclass
class
A result set held in-memory. rewindable.