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 voidRDF4JProtocolSession. 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, 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 voidAbstractTupleQueryResultHandler. 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(java.util.List<java.lang.String> bindingNames)voidQueryResultHandler. 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 voidAbstractQueryPreparer.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 voidDAWGTestResultSetWriter. endQueryResult()voidDAWGTestResultSetWriter. handleSolution(BindingSet bindingSet)voidDAWGTestResultSetWriter. 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 voidTupleQueryResultBuilder. handleSolution(BindingSet bindingSet)voidTupleQueryResultBuilder. 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 voidRDFStarDecodingQueryResultHandler. 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(java.io.InputStream in)Deprecated.UseQueryResultParser.parseQueryResult(InputStream)instead.static TupleQueryResultQueryResultIO. parseTuple(java.io.InputStream in, QueryResultFormat format, java.lang.ref.WeakReference<?> callerReference)Deprecated.WeakReference> callerReference argument will be removedstatic voidQueryResultIO. 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 TupleQueryResultQueryResultIO. parseTupleBackground(java.io.InputStream in, QueryResultFormat format, java.lang.ref.WeakReference<?> callerReference)Deprecated.WeakReference> callerReference argument will be removedprivate static TupleQueryResultQueryResultIO. parseTupleInternal(java.io.InputStream in, QueryResultFormat format, boolean parseOnBackgroundThread)voidAbstractQueryResultWriter. startQueryResult(java.util.List<java.lang.String> bindingNames)voidRDFStarDecodingQueryResultHandler. startQueryResult(java.util.List<java.lang.String> bindingNames)static voidQueryResultIO. 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 voidBinaryQueryResultWriter. endQueryResult()protected voidBinaryQueryResultWriter. handleSolutionImpl(BindingSet bindingSet)voidBinaryQueryResultParser. parse(java.io.InputStream in)voidBinaryQueryResultWriter. startDocument()voidBinaryQueryResultWriter. 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 voidBackgroundTupleResult. endQueryResult()Deprecated.voidQueryResultCollector. endQueryResult()voidBackgroundTupleResult. handleSolution(BindingSet bindingSet)Deprecated.voidQueryResultCollector. handleSolution(BindingSet bindingSet)voidBackgroundTupleResult. startQueryResult(java.util.List<java.lang.String> bindingNames)Deprecated.voidQueryResultCollector. 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 voidAbstractSPARQLJSONWriter. endQueryResult()protected voidAbstractSPARQLJSONWriter. handleSolutionImpl(BindingSet bindingSet)voidSPARQLResultsJSONParser. parse(java.io.InputStream in)Deprecated.voidAbstractSPARQLJSONWriter. 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 voidAbstractSPARQLXMLWriter. endQueryResult()protected voidAbstractSPARQLXMLWriter. handleSolutionImpl(BindingSet bindingSet)voidSPARQLResultsXMLParser. parse(java.io.InputStream in)Deprecated.voidSPARQLResultsXMLParser. parseQueryResult(java.io.InputStream in)voidAbstractSPARQLXMLWriter. 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 voidBooleanTextWriter. endQueryResult()protected voidBooleanTextWriter. handleSolutionImpl(BindingSet bindingSet)voidBooleanTextWriter. 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 voidSPARQLResultsCSVWriter. endQueryResult()protected voidSPARQLResultsCSVWriter. handleSolutionImpl(BindingSet bindingSet)voidSPARQLResultsCSVParser. parse(java.io.InputStream in)voidSPARQLResultsCSVWriter. 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 voidSPARQLResultsTSVWriter. endHeader()voidSPARQLResultsTSVWriter. endQueryResult()voidSPARQLResultsTSVWriter. handleLinks(java.util.List<java.lang.String> linkUrls)protected voidSPARQLResultsTSVWriter. handleSolutionImpl(BindingSet bindingSet)voidSPARQLResultsTSVWriter. handleStylesheet(java.lang.String stylesheetUrl)voidSPARQLResultsTSVParser. parse(java.io.InputStream in)voidSPARQLResultsTSVWriter. startDocument()voidSPARQLResultsTSVWriter. startHeader()voidSPARQLResultsTSVWriter. 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 voidDatasetTupleQuery. 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 voidHTTPTupleQuery. 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 voidSailTupleQuery. 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 voidSPARQLTupleQuery. evaluate(TupleQueryResultHandler handler)
-