Uses of Class
org.eclipse.rdf4j.query.QueryResultHandlerException
Packages that use QueryResultHandlerException
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
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query
Subclasses of QueryResultHandlerException in org.eclipse.rdf4j.queryModifier and TypeClassDescriptionclassAn exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.classAn exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.Methods in org.eclipse.rdf4j.query that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidAbstractTupleQueryResultHandler.handleBoolean(boolean value) voidQueryResultHandler.handleBoolean(boolean value) Handles the specified boolean value.voidAbstractTupleQueryResultHandler.handleLinks(List<String> linkUrls) voidQueryResultHandler.handleLinks(List<String> linkUrls) Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the header. -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidDAWGTestResultSetWriter.handleBoolean(boolean value) voidDAWGTestResultSetWriter.handleLinks(List<String> linkUrls) -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidQueryResultWriter.endHeader()Indicates the end of the header.voidRDFStarDecodingQueryResultHandler.handleBoolean(boolean value) voidRDFStarDecodingQueryResultHandler.handleLinks(List<String> linkUrls) voidQueryResultWriter.handleNamespace(String prefix, String uri) Handles a namespace prefix declaration.voidQueryResultWriter.handleStylesheet(String stylesheetUrl) Handles a stylesheet URL.voidAbstractTupleQueryResultParser.parseQueryResult(InputStream in) voidQueryResultParser.parseQueryResult(InputStream in) Parse the query results out of the givenInputStreaminto the handler setup usingQueryResultParser.setQueryResultHandler(QueryResultHandler).voidQueryResultWriter.startDocument()Indicates the start of the document.voidQueryResultWriter.startHeader()Indicates the start of the header.static voidQueryResultIO.writeBoolean(boolean value, QueryResultFormat format, OutputStream out) Writes a boolean query result document in a specific boolean query result format to an output stream. -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidBinaryQueryResultWriter.endHeader()voidBinaryQueryResultWriter.handleBoolean(boolean value) voidBinaryQueryResultWriter.handleLinks(List<String> linkUrls) voidBinaryQueryResultWriter.handleNamespace(String prefix, String uri) voidBinaryQueryResultWriter.handleStylesheet(String stylesheetUrl) voidBinaryQueryResultWriter.startHeader() -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionQueryResultCollector.getBindingNames()Returns a collection of binding names collected.QueryResultCollector.getBindingSets()booleanQueryResultCollector.getBoolean()IfQueryResultCollector.getHandledBoolean()returns true this method returns the boolean that was last found usingQueryResultCollector.handleBoolean(boolean)voidBackgroundTupleResult.handleBoolean(boolean value) Deprecated.voidQueryResultCollector.handleBoolean(boolean value) voidBackgroundTupleResult.handleLinks(List<String> linkUrls) Deprecated.voidQueryResultCollector.handleLinks(List<String> linkUrls) -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidAbstractSPARQLJSONWriter.endHeader()voidAbstractSPARQLJSONWriter.handleBoolean(boolean value) voidAbstractSPARQLJSONWriter.handleLinks(List<String> linkUrls) voidAbstractSPARQLJSONWriter.handleNamespace(String prefix, String uri) voidAbstractSPARQLJSONWriter.handleStylesheet(String stylesheetUrl) voidAbstractSPARQLJSONParser.parseQueryResult(InputStream in) protected booleanAbstractSPARQLJSONParser.parseQueryResultInternal(InputStream in, boolean attemptParseBoolean, boolean attemptParseTuple) voidAbstractSPARQLJSONWriter.startDocument()voidAbstractSPARQLJSONWriter.startHeader()protected voidAbstractSPARQLJSONWriter.writeValue(Value value) protected voidSPARQLResultsJSONWriter.writeValue(Value value) -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidAbstractSPARQLXMLWriter.endHeader()voidAbstractSPARQLXMLWriter.handleBoolean(boolean value) voidAbstractSPARQLXMLWriter.handleLinks(List<String> linkUrls) voidAbstractSPARQLXMLWriter.handleNamespace(String prefix, String uri) voidAbstractSPARQLXMLWriter.handleStylesheet(String url) voidAbstractSPARQLXMLParser.parseQueryResult(InputStream in) protected booleanAbstractSPARQLXMLParser.parseQueryResultInternal(InputStream in, boolean attemptParseBoolean, boolean attemptParseTuple) voidAbstractSPARQLXMLWriter.startDocument()voidAbstractSPARQLXMLWriter.startHeader() -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidBooleanTextWriter.endHeader()voidBooleanTextWriter.handleBoolean(boolean value) voidBooleanTextWriter.handleLinks(List<String> linkUrls) voidBooleanTextWriter.handleNamespace(String prefix, String uri) voidBooleanTextWriter.handleStylesheet(String stylesheetUrl) voidBooleanTextParser.parseQueryResult(InputStream in) voidBooleanTextWriter.startDocument()voidBooleanTextWriter.startHeader() -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidSPARQLResultsCSVWriter.endHeader()voidSPARQLResultsCSVWriter.handleBoolean(boolean value) voidSPARQLResultsCSVWriter.handleLinks(List<String> linkUrls) voidSPARQLResultsCSVWriter.handleNamespace(String prefix, String uri) voidSPARQLResultsCSVWriter.handleStylesheet(String stylesheetUrl) voidSPARQLResultsCSVWriter.startDocument()voidSPARQLResultsCSVWriter.startHeader() -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoidSPARQLResultsTSVWriter.handleBoolean(boolean value) voidSPARQLResultsTSVWriter.handleNamespace(String prefix, String uri)