Uses of Interface
org.eclipse.rdf4j.query.QueryResultHandler
-
Packages that use QueryResultHandler 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.impl org.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.sparqlstarjson org.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 org.eclipse.rdf4j.query.resultio.textstar.tsv -
-
Uses of QueryResultHandler in org.eclipse.rdf4j.query
Subinterfaces of QueryResultHandler in org.eclipse.rdf4j.query Modifier and Type Interface Description interfaceBooleanQueryResultHandlerAn interface that indicates that this QueryResultHandler is capable of handling boolean results using thehandleBoolean(boolean)method.interfaceTupleQueryResultHandlerAn interface defining methods related to handling sequences of Solutions.Classes in org.eclipse.rdf4j.query that implement QueryResultHandler Modifier and Type Class Description classAbstractTupleQueryResultHandlerBase class forTupleQueryResultHandlers with dummy implementations of all methods.classTupleQueryResultHandlerBaseDeprecated.since 2.0.Methods in org.eclipse.rdf4j.query with parameters of type QueryResultHandler Modifier and Type Method Description static voidQueryResults. report(TupleQueryResult tqr, QueryResultHandler handler)Reports a tuple query result to aTupleQueryResultHandler. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.dawg
Classes in org.eclipse.rdf4j.query.dawg that implement QueryResultHandler Modifier and Type Class Description classDAWGTestResultSetWriterATupleQueryResultHandlerthat converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#). -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement QueryResultHandler Modifier and Type Class Description classTupleQueryResultBuilderA TupleQueryResultHandler that can be used to create a TupleQueryResult object. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio
Subinterfaces of QueryResultHandler in org.eclipse.rdf4j.query.resultio Modifier and Type Interface Description interfaceBooleanQueryResultWriterThe interface of objects that writer query results in a specific query result format.interfaceQueryResultWriterThe base interface for writers of query results sets and boolean results.interfaceTupleQueryResultWriterThe interface of objects that writer query results in a specific query result format.Classes in org.eclipse.rdf4j.query.resultio that implement QueryResultHandler Modifier and Type Class Description classAbstractQueryResultWriterBase class forQueryResultWriters offering common functionality for query result writers.(package private) classRDFStarDecodingQueryResultHandlerAQueryResultHandlerthat delegates all results to another handler and processes RDF-star triples encoded as special IRIs back to RDF-star triple values.Fields in org.eclipse.rdf4j.query.resultio declared as QueryResultHandler Modifier and Type Field Description private QueryResultHandlerRDFStarDecodingQueryResultHandler. delegateprotected QueryResultHandlerAbstractQueryResultParser. handlerTheQueryResultHandlerthat will handle the parsed query results.Methods in org.eclipse.rdf4j.query.resultio with parameters of type QueryResultHandler Modifier and Type Method Description QueryResultParserAbstractQueryResultParser. setQueryResultHandler(QueryResultHandler handler)QueryResultParserQueryResultParser. setQueryResultHandler(QueryResultHandler handler)Sets theQueryResultHandlerto be used when parsing query results usingQueryResultParser.parseQueryResult(InputStream).Constructors in org.eclipse.rdf4j.query.resultio with parameters of type QueryResultHandler Constructor Description RDFStarDecodingQueryResultHandler(QueryResultHandler delegate) -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.binary
Classes in org.eclipse.rdf4j.query.resultio.binary that implement QueryResultHandler Modifier and Type Class Description classBinaryQueryResultWriterWriter for the binary tuple result format. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement QueryResultHandler Modifier and Type Class Description classBackgroundTupleResultDeprecated.classQueryResultCollectorAn implementation of theQueryResultHandlerinterface that is able to collect a single result from either Boolean or Tuple results simultaneously. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement QueryResultHandler Modifier and Type Class Description (package private) classAbstractSPARQLJSONWriterAn abstract class to implement the base functionality for both SPARQLBooleanJSONWriter and SPARQLResultsJSONWriter.classSPARQLBooleanJSONWriterA BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.classSPARQLResultsJSONWriterA TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.classSPARQLStarResultsJSONWriterWriter for SPARQL-star JSON results. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Classes in org.eclipse.rdf4j.query.resultio.sparqlstarjson that implement QueryResultHandler Modifier and Type Class Description classSPARQLStarResultsJSONWriterDeprecated.Moved toSPARQLStarResultsJSONWriter -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement QueryResultHandler Modifier and Type Class Description (package private) classAbstractSPARQLXMLWriterAn abstract class to implement the base functionality for both SPARQLBooleanXMLWriter and SPARQLResultsXMLWriter.classSPARQLBooleanXMLWriterABooleanQueryResultWriterthat writes boolean query results in the SPARQL Query Results XML Format.classSPARQLResultsXMLWriterATupleQueryResultWriterthat writes tuple query results in the SPARQL Query Results XML Format.classSPARQLStarResultsXMLWriterATupleQueryResultWriterthat writes tuple query results in the extended form SPARQL Query Results XML Format.Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as QueryResultHandler Modifier and Type Field Description private QueryResultHandlerSPARQLResultsSAXParser. handlerConstructors in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type QueryResultHandler Constructor Description SPARQLResultsSAXParser(ValueFactory valueFactory, QueryResultHandler handler) -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement QueryResultHandler Modifier and Type Class Description classBooleanTextWriterWriter for the plain text boolean result format. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.text.csv
Classes in org.eclipse.rdf4j.query.resultio.text.csv that implement QueryResultHandler Modifier and Type Class Description classSPARQLResultsCSVWriterTupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.text.tsv
Classes in org.eclipse.rdf4j.query.resultio.text.tsv that implement QueryResultHandler Modifier and Type Class Description classSPARQLResultsTSVWriterTupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.classSPARQLStarResultsTSVWriterWriter for SPARQL-star TSV results. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.textstar.tsv
Classes in org.eclipse.rdf4j.query.resultio.textstar.tsv that implement QueryResultHandler Modifier and Type Class Description classSPARQLStarResultsTSVWriterDeprecated.Moved toSPARQLStarResultsTSVWriter.
-