Uses of Class
org.apache.jena.sparql.resultset.SPARQLResult
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of SPARQLResult in org.apache.jena.query
Modifier 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
Modifier and TypeMethodDescriptionstatic SPARQLResult
Read something RDF/SPARQL likestatic SPARQLResult
Read something RDF/SPARQL like -
Uses of SPARQLResult in org.apache.jena.riot.resultset
Modifier and TypeMethodDescriptionResultSetReader.readAny
(InputStream in, Context context) Read from anInputStream
and produce aSPARQLResult
. -
Uses of SPARQLResult in org.apache.jena.sparql.exec
Modifier and TypeMethodDescriptionstatic QueryExecResult
QueryExecResult.adapt
(SPARQLResult result) -
Uses of SPARQLResult in org.apache.jena.sparql.resultset
Modifier 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.