Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.resultset |
Modifier and Type | Method and Description |
---|---|
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(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.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFInput |
class |
ResultSetMem
An in-memory result set.
|
Licenced under the Apache License, Version 2.0