Uses of Class
org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Packages that use TupleQueryResultHandlerException
Package
Description
Interfaces and classes for handling queries and query results.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
A repository wrapper which supports auto-loading of datasets specified in a query.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
RDF4JProtocolSession.getContextIDs
(TupleQueryResultHandler handler) void
RDF4JProtocolSession.getNamespaces
(TupleQueryResultHandler handler) void
RDF4JProtocolSession.getRepositoryList
(TupleQueryResultHandler handler) protected void
SPARQLProtocolSession.getTupleQueryResult
(org.apache.http.client.methods.HttpUriRequest method, TupleQueryResultHandler handler) Parse the response in this thread using the providedTupleQueryResultHandler
.void
SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
AbstractTupleQueryResultHandler.endQueryResult()
void
QueryResultHandler.endQueryResult()
Indicates the end of a sequence of solutions.void
TupleQuery.evaluate
(TupleQueryResultHandler handler) void
AbstractTupleQueryResultHandler.handleSolution
(BindingSet bindingSet) void
QueryResultHandler.handleSolution
(BindingSet bindingSet) Handles a solution.static void
QueryResults.report
(TupleQueryResult tqr, QueryResultHandler handler) Reports a tuple query result to aTupleQueryResultHandler
.void
AbstractTupleQueryResultHandler.startQueryResult
(List<String> bindingNames) void
QueryResultHandler.startQueryResult
(List<String> bindingNames) Indicates the start of a sequence of Solutions. -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
AbstractQueryPreparer.TupleQueryImpl.evaluate
(TupleQueryResultHandler handler) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
DAWGTestResultSetWriter.endQueryResult()
void
DAWGTestResultSetWriter.handleSolution
(BindingSet bindingSet) void
DAWGTestResultSetWriter.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
TupleQueryResultBuilder.handleSolution
(BindingSet bindingSet) void
TupleQueryResultBuilder.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
RDFStarDecodingQueryResultHandler.endQueryResult()
void
AbstractQueryResultWriter.handleSolution
(BindingSet bindingSet) void
RDFStarDecodingQueryResultHandler.handleSolution
(BindingSet bindingSet) protected void
AbstractQueryResultWriter.handleSolutionImpl
(BindingSet bindings) Extending classes must implement this method instead of overridingAbstractQueryResultWriter.handleSolution(BindingSet)
in order to benefit from automatic handling of RDF-star encoding.void
TupleQueryResultParser.parse
(InputStream in) Deprecated.static TupleQueryResult
QueryResultIO.parseTuple
(InputStream in, QueryResultFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedstatic void
QueryResultIO.parseTuple
(InputStream in, QueryResultFormat format, TupleQueryResultHandler handler, ValueFactory valueFactory) Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.static TupleQueryResult
QueryResultIO.parseTupleBackground
(InputStream in, QueryResultFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedprivate static TupleQueryResult
QueryResultIO.parseTupleInternal
(InputStream in, QueryResultFormat format, boolean parseOnBackgroundThread) void
AbstractQueryResultWriter.startQueryResult
(List<String> bindingNames) void
RDFStarDecodingQueryResultHandler.startQueryResult
(List<String> bindingNames) static void
QueryResultIO.writeTuple
(TupleQueryResult tqr, QueryResultFormat format, OutputStream out) Writes a query result document in a specific query result format to an output stream. -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
BinaryQueryResultWriter.endQueryResult()
protected void
BinaryQueryResultWriter.handleSolutionImpl
(BindingSet bindingSet) void
BinaryQueryResultParser.parse
(InputStream in) void
BinaryQueryResultWriter.startDocument()
void
BinaryQueryResultWriter.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
BackgroundTupleResult.endQueryResult()
Deprecated.void
QueryResultCollector.endQueryResult()
void
BackgroundTupleResult.handleSolution
(BindingSet bindingSet) Deprecated.void
QueryResultCollector.handleSolution
(BindingSet bindingSet) void
BackgroundTupleResult.startQueryResult
(List<String> bindingNames) Deprecated.void
QueryResultCollector.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
AbstractSPARQLJSONWriter.endQueryResult()
protected void
AbstractSPARQLJSONWriter.handleSolutionImpl
(BindingSet bindingSet) void
SPARQLResultsJSONParser.parse
(InputStream in) Deprecated.void
AbstractSPARQLJSONWriter.startQueryResult
(List<String> columnHeaders) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
AbstractSPARQLXMLWriter.endQueryResult()
protected void
AbstractSPARQLXMLWriter.handleSolutionImpl
(BindingSet bindingSet) void
SPARQLResultsXMLParser.parse
(InputStream in) Deprecated.void
SPARQLResultsXMLParser.parseQueryResult
(InputStream in) void
AbstractSPARQLXMLWriter.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
BooleanTextWriter.endQueryResult()
protected void
BooleanTextWriter.handleSolutionImpl
(BindingSet bindingSet) void
BooleanTextWriter.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
SPARQLResultsCSVWriter.endQueryResult()
protected void
SPARQLResultsCSVWriter.handleSolutionImpl
(BindingSet bindingSet) void
SPARQLResultsCSVParser.parse
(InputStream in) void
SPARQLResultsCSVWriter.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
SPARQLResultsTSVWriter.endHeader()
void
SPARQLResultsTSVWriter.endQueryResult()
void
SPARQLResultsTSVWriter.handleLinks
(List<String> linkUrls) protected void
SPARQLResultsTSVWriter.handleSolutionImpl
(BindingSet bindingSet) void
SPARQLResultsTSVWriter.handleStylesheet
(String stylesheetUrl) void
SPARQLResultsTSVParser.parse
(InputStream in) void
SPARQLResultsTSVWriter.startDocument()
void
SPARQLResultsTSVWriter.startHeader()
void
SPARQLResultsTSVWriter.startQueryResult
(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
DatasetTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that throw TupleQueryResultHandlerException -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw TupleQueryResultHandlerException -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
SPARQLTupleQuery.evaluate
(TupleQueryResultHandler handler)
QueryResultParser.parseQueryResult(InputStream)
instead.