|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |