Uses of Class
org.apache.jena.sparql.resultset.SPARQLResult
Packages that use SPARQLResult
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of SPARQLResult in org.apache.jena.query
Methods in org.apache.jena.query that return SPARQLResultModifier and TypeMethodDescriptionstatic SPARQLResult
Read in any kind of result kind (result set, boolean, graph) Guess the syntax based on filename/URL extension. -
Uses of SPARQLResult in org.apache.jena.riot
Methods in org.apache.jena.riot that return SPARQLResultModifier and TypeMethodDescriptionstatic SPARQLResult
Read something RDF/SPARQL likestatic SPARQLResult
Read something RDF/SPARQL like -
Uses of SPARQLResult in org.apache.jena.riot.resultset
Methods in org.apache.jena.riot.resultset that return SPARQLResultModifier and TypeMethodDescriptionResultSetReader.readAny
(InputStream in, Context context) Read from anInputStream
and produce aSPARQLResult
. -
Uses of SPARQLResult in org.apache.jena.sparql.exec
Methods in org.apache.jena.sparql.exec with parameters of type SPARQLResultModifier and TypeMethodDescriptionstatic QueryExecResult
QueryExecResult.adapt
(SPARQLResult result) -
Uses of SPARQLResult in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset that return SPARQLResultModifier and TypeMethodDescriptionstatic SPARQLResult
SPARQLResult.adapt
(QueryExecResult result) ResultsReader.readAny
(InputStream input) Read a result set or boolean from anInputStream
.Read a result set or boolean from a URL or filename.