Uses of Class
org.eclipse.rdf4j.query.QueryResultHandlerException
-
Packages that use QueryResultHandlerException Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabularyorg.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.query.resultio.binary org.eclipse.rdf4j.query.resultio.helpers org.eclipse.rdf4j.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Formatorg.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.query.resultio.text org.eclipse.rdf4j.query.resultio.text.csv org.eclipse.rdf4j.query.resultio.text.tsv -
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query
Subclasses of QueryResultHandlerException in org.eclipse.rdf4j.query Modifier and Type Class Description classBooleanQueryResultHandlerExceptionAn exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.classTupleQueryResultHandlerExceptionAn exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.Methods in org.eclipse.rdf4j.query that throw QueryResultHandlerException Modifier and Type Method Description voidAbstractTupleQueryResultHandler. handleBoolean(boolean value)voidQueryResultHandler. handleBoolean(boolean value)Handles the specified boolean value.voidAbstractTupleQueryResultHandler. handleLinks(java.util.List<java.lang.String> linkUrls)voidQueryResultHandler. handleLinks(java.util.List<java.lang.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 QueryResultHandlerException Modifier and Type Method Description voidDAWGTestResultSetWriter. handleBoolean(boolean value)voidDAWGTestResultSetWriter. handleLinks(java.util.List<java.lang.String> linkUrls) -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryResultHandlerException Modifier and Type Method Description voidQueryResultWriter. endHeader()Indicates the end of the header.voidRDFStarDecodingQueryResultHandler. handleBoolean(boolean value)voidRDFStarDecodingQueryResultHandler. handleLinks(java.util.List<java.lang.String> linkUrls)voidQueryResultWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)Handles a namespace prefix declaration.voidQueryResultWriter. handleStylesheet(java.lang.String stylesheetUrl)Handles a stylesheet URL.voidAbstractTupleQueryResultParser. parseQueryResult(java.io.InputStream in)voidQueryResultParser. parseQueryResult(java.io.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, java.io.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 QueryResultHandlerException Modifier and Type Method Description voidBinaryQueryResultWriter. endHeader()voidBinaryQueryResultWriter. handleBoolean(boolean value)voidBinaryQueryResultWriter. handleLinks(java.util.List<java.lang.String> linkUrls)voidBinaryQueryResultWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)voidBinaryQueryResultWriter. handleStylesheet(java.lang.String stylesheetUrl)voidBinaryQueryResultWriter. startHeader() -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw QueryResultHandlerException Modifier and Type Method Description java.util.List<java.lang.String>QueryResultCollector. getBindingNames()Returns a collection of binding names collected.java.util.List<BindingSet>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(java.util.List<java.lang.String> linkUrls)Deprecated.voidQueryResultCollector. handleLinks(java.util.List<java.lang.String> linkUrls) -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that throw QueryResultHandlerException Modifier and Type Method Description voidAbstractSPARQLJSONWriter. endHeader()voidAbstractSPARQLJSONWriter. handleBoolean(boolean value)voidAbstractSPARQLJSONWriter. handleLinks(java.util.List<java.lang.String> linkUrls)voidAbstractSPARQLJSONWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)voidAbstractSPARQLJSONWriter. handleStylesheet(java.lang.String stylesheetUrl)voidAbstractSPARQLJSONParser. parseQueryResult(java.io.InputStream in)protected booleanAbstractSPARQLJSONParser. parseQueryResultInternal(java.io.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 QueryResultHandlerException Modifier and Type Method Description voidAbstractSPARQLXMLWriter. endHeader()voidAbstractSPARQLXMLWriter. handleBoolean(boolean value)voidAbstractSPARQLXMLWriter. handleLinks(java.util.List<java.lang.String> linkUrls)voidAbstractSPARQLXMLWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)voidAbstractSPARQLXMLWriter. handleStylesheet(java.lang.String url)voidAbstractSPARQLXMLParser. parseQueryResult(java.io.InputStream in)protected booleanAbstractSPARQLXMLParser. parseQueryResultInternal(java.io.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 QueryResultHandlerException Modifier and Type Method Description voidBooleanTextWriter. endHeader()voidBooleanTextWriter. handleBoolean(boolean value)voidBooleanTextWriter. handleLinks(java.util.List<java.lang.String> linkUrls)voidBooleanTextWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)voidBooleanTextWriter. handleStylesheet(java.lang.String stylesheetUrl)voidBooleanTextParser. parseQueryResult(java.io.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 QueryResultHandlerException Modifier and Type Method Description voidSPARQLResultsCSVWriter. endHeader()voidSPARQLResultsCSVWriter. handleBoolean(boolean value)voidSPARQLResultsCSVWriter. handleLinks(java.util.List<java.lang.String> linkUrls)voidSPARQLResultsCSVWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)voidSPARQLResultsCSVWriter. handleStylesheet(java.lang.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 QueryResultHandlerException Modifier and Type Method Description voidSPARQLResultsTSVWriter. handleBoolean(boolean value)voidSPARQLResultsTSVWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
-