|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResultSet in com.hp.hpl.jena.query |
---|
Methods in com.hp.hpl.jena.query that return ResultSet | |
---|---|
ResultSet |
QueryExecution.execSelect()
Execute a SELECT query |
static ResultSet |
ResultSetFactory.fromRDF(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. |
static ResultSet |
ResultSetFactory.fromXML(java.io.InputStream in)
Read XML which is the format of the SPARQL result set format. |
static ResultSet |
ResultSetFactory.load(java.lang.String filenameOrURI)
Load a result set from file or URL into a result set (memory backed). |
static ResultSet |
ResultSetFactory.load(java.lang.String filenameOrURI,
com.hp.hpl.jena.query.resultset.ResultSetFormat format)
Load a result set from file or URL into a result set (memory backed). |
static ResultSet |
ResultSetFactory.makeResults(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. |
static ResultSet |
ResultSetFactory.makeSorted(ResultSet resultSet,
java.util.List conditions)
Sort an existing result set. |
Methods in com.hp.hpl.jena.query with parameters of type ResultSet | |
---|---|
static com.hp.hpl.jena.rdf.model.Resource |
ResultSetFormatter.asRDF(com.hp.hpl.jena.rdf.model.Model model,
ResultSet resultSet)
Encode the result set as RDF in the model provided. |
static java.lang.String |
ResultSetFormatter.asXMLString(ResultSet qresults)
|
static int |
ResultSetFormatter.consume(ResultSet resultSet)
This operation faithfully walks the results but does nothing with them. |
static com.hp.hpl.jena.query.resultset.ResultSetRewindable |
ResultSetFactory.copyResults(ResultSet results)
Take a copy of a result set - the result set returns is an in-memory copy. |
static com.hp.hpl.jena.query.resultset.ResultSetRewindable |
ResultSetFactory.makeRewindable(ResultSet resultSet)
Turn an existing result set into a rewindable one. |
static ResultSet |
ResultSetFactory.makeSorted(ResultSet resultSet,
java.util.List conditions)
Sort an existing result set. |
static void |
ResultSetFormatter.out(java.io.OutputStream out,
ResultSet qresults)
Output a result set in a text format. |
static void |
ResultSetFormatter.out(java.io.OutputStream out,
ResultSet qresults,
com.hp.hpl.jena.shared.PrefixMapping pmap)
Output a result set in a text format. |
static void |
ResultSetFormatter.out(java.io.OutputStream out,
ResultSet qresults,
Query query)
Output a result set in a text format. |
static void |
ResultSetFormatter.outputAsRDF(java.io.OutputStream outStream,
java.lang.String format,
ResultSet resultSet)
|
static void |
ResultSetFormatter.outputAsRDF(java.io.PrintWriter out,
java.lang.String format,
ResultSet resultSet)
|
static void |
ResultSetFormatter.outputAsXML(java.io.OutputStream outStream,
ResultSet qresults)
|
static void |
ResultSetFormatter.outputAsXML(java.io.OutputStream outStream,
ResultSet qresults,
Query query)
Deprecated. use outputAsXML(OutputStream, ResultSet) |
static com.hp.hpl.jena.rdf.model.Model |
ResultSetFormatter.toModel(ResultSet resultSet)
Encode the result set as RDF. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |