Uses of Interface
com.hp.hpl.jena.query.ResultSetRewindable

Packages that use ResultSetRewindable
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
 

Uses of ResultSetRewindable in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query that return ResultSetRewindable
static 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(com.hp.hpl.jena.rdf.model.Model model)
          Turns an RDF model, with properties and classses from the result set vocabulary, into a SPARQL result set which is rewindable (has a .reset()operation).
static ResultSetRewindable ResultSetFactory.makeRewindable(ResultSet resultSet)
          Turn an existing result set into a rewindable one.
 



Licenced under the Apache License, Version 2.0