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.
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.