Uses of Interface
org.eclipse.rdf4j.query.QueryResultHandler
Packages that use QueryResultHandler
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 QueryResultHandler in org.eclipse.rdf4j.console.util
Classes in org.eclipse.rdf4j.console.util that implement QueryResultHandler -
Uses of QueryResultHandler in org.eclipse.rdf4j.query
Subinterfaces of QueryResultHandler in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterface
An interface that indicates that this QueryResultHandler is capable of handling boolean results using thehandleBoolean(boolean)
method.interface
An interface defining methods related to handling sequences of Solutions.Classes in org.eclipse.rdf4j.query that implement QueryResultHandlerModifier and TypeClassDescriptionclass
Base class forTupleQueryResultHandler
s with dummy implementations of all methods.Methods in org.eclipse.rdf4j.query with parameters of type QueryResultHandlerModifier and TypeMethodDescriptionstatic void
QueryResults.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 QueryResultHandlerModifier and TypeClassDescriptionclass
ATupleQueryResultHandler
that 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 QueryResultHandlerModifier and TypeClassDescriptionclass
A 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.resultioModifier and TypeInterfaceDescriptioninterface
The interface of objects that writer query results in a specific query result format.interface
The base interface for writers of query results sets and boolean results.interface
The interface of objects that writer query results in a specific query result format.Classes in org.eclipse.rdf4j.query.resultio that implement QueryResultHandlerModifier and TypeClassDescriptionclass
Base class forQueryResultWriter
s offering common functionality for query result writers.Fields in org.eclipse.rdf4j.query.resultio declared as QueryResultHandlerModifier and TypeFieldDescriptionprotected QueryResultHandler
AbstractQueryResultParser.handler
TheQueryResultHandler
that will handle the parsed query results.Methods in org.eclipse.rdf4j.query.resultio with parameters of type QueryResultHandlerModifier and TypeMethodDescriptionAbstractQueryResultParser.setQueryResultHandler
(QueryResultHandler handler) QueryResultParser.setQueryResultHandler
(QueryResultHandler handler) Sets theQueryResultHandler
to be used when parsing query results usingQueryResultParser.parseQueryResult(InputStream)
. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.binary
Classes in org.eclipse.rdf4j.query.resultio.binary that implement QueryResultHandlerModifier and TypeClassDescriptionclass
Writer 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 QueryResultHandlerModifier and TypeClassDescriptionclass
Provides concurrent access to tuple results as they are being parsed.class
An implementation of theQueryResultHandler
interface 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 QueryResultHandlerModifier and TypeClassDescriptionclass
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
Writer for SPARQL-star JSON results. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement QueryResultHandlerModifier and TypeClassDescriptionclass
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.class
ATupleQueryResultWriter
that writes tuple query results in the SPARQL Query Results XML Format.class
ATupleQueryResultWriter
that writes tuple query results in the extended form SPARQL Query Results XML Format. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement QueryResultHandlerModifier and TypeClassDescriptionclass
Writer 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 QueryResultHandlerModifier and TypeClassDescriptionclass
TupleQueryResultWriter 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 QueryResultHandlerModifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results.