Uses of Class
org.apache.jena.sparql.exec.QueryExecResult
Packages that use QueryExecResult
Package
Description
-
Uses of QueryExecResult in org.apache.jena.riot.rowset
Methods in org.apache.jena.riot.rowset that return QueryExecResultModifier and TypeMethodDescriptionQueryResults.readAny(InputStream input) Read a row set or boolean from anInputStream.Read a row set or boolean from a URL or filename.RowSetReader.readAny(InputStream in, Context context) Read from anInputStreamand produce aQueryExecResult. -
Uses of QueryExecResult in org.apache.jena.riot.rowset.rw
Methods in org.apache.jena.riot.rowset.rw that return QueryExecResultModifier and TypeMethodDescriptionstatic QueryExecResultRowSetReaderJSONStreaming.process(InputStream in, Context context) RowSetReaderCSV.readAny(InputStream in, Context context) RowSetReaderJSONStreaming.readAny(InputStream in, Context context) RowSetReaderNone.readAny(InputStream in, Context context) RowSetReaderProtobuf.readAny(InputStream in, Context context) RowSetReaderThrift.readAny(InputStream in, Context context) RowSetReaderTSV.readAny(InputStream in, Context context) RowSetReaderXML.readAny(InputStream in, Context context) -
Uses of QueryExecResult in org.apache.jena.sparql.exec
Methods in org.apache.jena.sparql.exec that return QueryExecResultModifier and TypeMethodDescriptionstatic QueryExecResultQueryExecResult.adapt(SPARQLResult result) -
Uses of QueryExecResult in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset with parameters of type QueryExecResult