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 TypeMethodDescriptionvoidRDF4JProtocolSession.getContextIDs(TupleQueryResultHandler handler) voidRDF4JProtocolSession.getNamespaces(TupleQueryResultHandler handler) voidRDF4JProtocolSession.getRepositoryList(TupleQueryResultHandler handler) protected voidSPARQLProtocolSession.getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method, TupleQueryResultHandler handler) Parse the response in this thread using the providedTupleQueryResultHandler.voidSPARQLProtocolSession.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 TypeMethodDescriptionvoidAbstractTupleQueryResultHandler.endQueryResult()voidQueryResultHandler.endQueryResult()Indicates the end of a sequence of solutions.voidTupleQuery.evaluate(TupleQueryResultHandler handler) voidAbstractTupleQueryResultHandler.handleSolution(BindingSet bindingSet) voidQueryResultHandler.handleSolution(BindingSet bindingSet) Handles a solution.static voidQueryResults.report(TupleQueryResult tqr, QueryResultHandler handler) Reports a tuple query result to aTupleQueryResultHandler.voidAbstractTupleQueryResultHandler.startQueryResult(List<String> bindingNames) voidQueryResultHandler.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 TypeMethodDescriptionvoidAbstractQueryPreparer.TupleQueryImpl.evaluate(TupleQueryResultHandler handler) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidDAWGTestResultSetWriter.endQueryResult()voidDAWGTestResultSetWriter.handleSolution(BindingSet bindingSet) voidDAWGTestResultSetWriter.startQueryResult(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidTupleQueryResultBuilder.handleSolution(BindingSet bindingSet) voidTupleQueryResultBuilder.startQueryResult(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidRDFStarDecodingQueryResultHandler.endQueryResult()voidAbstractQueryResultWriter.handleSolution(BindingSet bindingSet) voidRDFStarDecodingQueryResultHandler.handleSolution(BindingSet bindingSet) protected voidAbstractQueryResultWriter.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.voidTupleQueryResultParser.parse(InputStream in) Deprecated.static TupleQueryResultQueryResultIO.parseTuple(InputStream in, QueryResultFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedstatic voidQueryResultIO.parseTuple(InputStream in, QueryResultFormat format, TupleQueryResultHandler handler, ValueFactory valueFactory) Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.static TupleQueryResultQueryResultIO.parseTupleBackground(InputStream in, QueryResultFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedprivate static TupleQueryResultQueryResultIO.parseTupleInternal(InputStream in, QueryResultFormat format, boolean parseOnBackgroundThread) voidAbstractQueryResultWriter.startQueryResult(List<String> bindingNames) voidRDFStarDecodingQueryResultHandler.startQueryResult(List<String> bindingNames) static voidQueryResultIO.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 TypeMethodDescriptionvoidBinaryQueryResultWriter.endQueryResult()protected voidBinaryQueryResultWriter.handleSolutionImpl(BindingSet bindingSet) voidBinaryQueryResultParser.parse(InputStream in) voidBinaryQueryResultWriter.startDocument()voidBinaryQueryResultWriter.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 TypeMethodDescriptionvoidBackgroundTupleResult.endQueryResult()Deprecated.voidQueryResultCollector.endQueryResult()voidBackgroundTupleResult.handleSolution(BindingSet bindingSet) Deprecated.voidQueryResultCollector.handleSolution(BindingSet bindingSet) voidBackgroundTupleResult.startQueryResult(List<String> bindingNames) Deprecated.voidQueryResultCollector.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 TypeMethodDescriptionvoidAbstractSPARQLJSONWriter.endQueryResult()protected voidAbstractSPARQLJSONWriter.handleSolutionImpl(BindingSet bindingSet) voidSPARQLResultsJSONParser.parse(InputStream in) Deprecated.voidAbstractSPARQLJSONWriter.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 TypeMethodDescriptionvoidAbstractSPARQLXMLWriter.endQueryResult()protected voidAbstractSPARQLXMLWriter.handleSolutionImpl(BindingSet bindingSet) voidSPARQLResultsXMLParser.parse(InputStream in) Deprecated.voidSPARQLResultsXMLParser.parseQueryResult(InputStream in) voidAbstractSPARQLXMLWriter.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 TypeMethodDescriptionvoidBooleanTextWriter.endQueryResult()protected voidBooleanTextWriter.handleSolutionImpl(BindingSet bindingSet) voidBooleanTextWriter.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 TypeMethodDescriptionvoidSPARQLResultsCSVWriter.endQueryResult()protected voidSPARQLResultsCSVWriter.handleSolutionImpl(BindingSet bindingSet) voidSPARQLResultsCSVParser.parse(InputStream in) voidSPARQLResultsCSVWriter.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 TypeMethodDescriptionvoidSPARQLResultsTSVWriter.endHeader()voidSPARQLResultsTSVWriter.endQueryResult()voidSPARQLResultsTSVWriter.handleLinks(List<String> linkUrls) protected voidSPARQLResultsTSVWriter.handleSolutionImpl(BindingSet bindingSet) voidSPARQLResultsTSVWriter.handleStylesheet(String stylesheetUrl) voidSPARQLResultsTSVParser.parse(InputStream in) voidSPARQLResultsTSVWriter.startDocument()voidSPARQLResultsTSVWriter.startHeader()voidSPARQLResultsTSVWriter.startQueryResult(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw TupleQueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidDatasetTupleQuery.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 TypeMethodDescriptionvoidSPARQLTupleQuery.evaluate(TupleQueryResultHandler handler)
QueryResultParser.parseQueryResult(InputStream)instead.