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 SPARQLResultRead 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 SPARQLResultRead something RDF/SPARQL likestatic SPARQLResultRead 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 anInputStreamand 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 QueryExecResultQueryExecResult.adapt(SPARQLResult result) -
Uses of SPARQLResult in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset that return SPARQLResultModifier and TypeMethodDescriptionstatic SPARQLResultSPARQLResult.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.