Uses of Class
org.eclipse.rdf4j.query.TupleQueryResultHandlerException
-
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that throw TupleQueryResultHandlerException Modifier and Type Method Description void
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, java.lang.String query, java.lang.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 TupleQueryResultHandlerException Modifier and Type Method Description void
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(java.util.List<java.lang.String> bindingNames)
void
QueryResultHandler. startQueryResult(java.util.List<java.lang.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 TupleQueryResultHandlerException Modifier and Type Method Description void
AbstractQueryPreparer.TupleQueryImpl. evaluate(TupleQueryResultHandler handler)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw TupleQueryResultHandlerException Modifier and Type Method Description void
DAWGTestResultSetWriter. endQueryResult()
void
DAWGTestResultSetWriter. handleSolution(BindingSet bindingSet)
void
DAWGTestResultSetWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that throw TupleQueryResultHandlerException Modifier and Type Method Description void
TupleQueryResultBuilder. handleSolution(BindingSet bindingSet)
void
TupleQueryResultBuilder. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw TupleQueryResultHandlerException Modifier and Type Method Description void
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(java.io.InputStream in)
Deprecated.UseQueryResultParser.parseQueryResult(InputStream)
instead.static TupleQueryResult
QueryResultIO. parseTuple(java.io.InputStream in, QueryResultFormat format, java.lang.ref.WeakReference<?> callerReference)
Deprecated.WeakReference> callerReference argument will be removedstatic void
QueryResultIO. parseTuple(java.io.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(java.io.InputStream in, QueryResultFormat format, java.lang.ref.WeakReference<?> callerReference)
Deprecated.WeakReference> callerReference argument will be removedprivate static TupleQueryResult
QueryResultIO. parseTupleInternal(java.io.InputStream in, QueryResultFormat format, boolean parseOnBackgroundThread)
void
AbstractQueryResultWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)
void
RDFStarDecodingQueryResultHandler. startQueryResult(java.util.List<java.lang.String> bindingNames)
static void
QueryResultIO. writeTuple(TupleQueryResult tqr, QueryResultFormat format, java.io.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 TupleQueryResultHandlerException Modifier and Type Method Description void
BinaryQueryResultWriter. endQueryResult()
protected void
BinaryQueryResultWriter. handleSolutionImpl(BindingSet bindingSet)
void
BinaryQueryResultParser. parse(java.io.InputStream in)
void
BinaryQueryResultWriter. startDocument()
void
BinaryQueryResultWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw TupleQueryResultHandlerException Modifier and Type Method Description void
BackgroundTupleResult. endQueryResult()
Deprecated.void
QueryResultCollector. endQueryResult()
void
BackgroundTupleResult. handleSolution(BindingSet bindingSet)
Deprecated.void
QueryResultCollector. handleSolution(BindingSet bindingSet)
void
BackgroundTupleResult. startQueryResult(java.util.List<java.lang.String> bindingNames)
Deprecated.void
QueryResultCollector. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that throw TupleQueryResultHandlerException Modifier and Type Method Description void
AbstractSPARQLJSONWriter. endQueryResult()
protected void
AbstractSPARQLJSONWriter. handleSolutionImpl(BindingSet bindingSet)
void
SPARQLResultsJSONParser. parse(java.io.InputStream in)
Deprecated.void
AbstractSPARQLJSONWriter. startQueryResult(java.util.List<java.lang.String> columnHeaders)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that throw TupleQueryResultHandlerException Modifier and Type Method Description void
AbstractSPARQLXMLWriter. endQueryResult()
protected void
AbstractSPARQLXMLWriter. handleSolutionImpl(BindingSet bindingSet)
void
SPARQLResultsXMLParser. parse(java.io.InputStream in)
Deprecated.void
SPARQLResultsXMLParser. parseQueryResult(java.io.InputStream in)
void
AbstractSPARQLXMLWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that throw TupleQueryResultHandlerException Modifier and Type Method Description void
BooleanTextWriter. endQueryResult()
protected void
BooleanTextWriter. handleSolutionImpl(BindingSet bindingSet)
void
BooleanTextWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that throw TupleQueryResultHandlerException Modifier and Type Method Description void
SPARQLResultsCSVWriter. endQueryResult()
protected void
SPARQLResultsCSVWriter. handleSolutionImpl(BindingSet bindingSet)
void
SPARQLResultsCSVParser. parse(java.io.InputStream in)
void
SPARQLResultsCSVWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that throw TupleQueryResultHandlerException Modifier and Type Method Description void
SPARQLResultsTSVWriter. endHeader()
void
SPARQLResultsTSVWriter. endQueryResult()
void
SPARQLResultsTSVWriter. handleLinks(java.util.List<java.lang.String> linkUrls)
protected void
SPARQLResultsTSVWriter. handleSolutionImpl(BindingSet bindingSet)
void
SPARQLResultsTSVWriter. handleStylesheet(java.lang.String stylesheetUrl)
void
SPARQLResultsTSVParser. parse(java.io.InputStream in)
void
SPARQLResultsTSVWriter. startDocument()
void
SPARQLResultsTSVWriter. startHeader()
void
SPARQLResultsTSVWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw TupleQueryResultHandlerException Modifier and Type Method Description void
DatasetTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that throw TupleQueryResultHandlerException Modifier and Type Method Description void
HTTPTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw TupleQueryResultHandlerException Modifier and Type Method Description void
SailTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that throw TupleQueryResultHandlerException Modifier and Type Method Description void
SPARQLTupleQuery. evaluate(TupleQueryResultHandler handler)
-