Uses of Interface
org.eclipse.rdf4j.query.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
-
Uses of QueryResultHandler in org.eclipse.rdf4j.query
Modifier 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.Modifier and TypeClassDescriptionclass
Base class forTupleQueryResultHandler
s with dummy implementations of all methods.class
Deprecated.since 2.0.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
A TupleQueryResultHandler that can be used to create a TupleQueryResult object. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio
Modifier 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.Modifier and TypeClassDescriptionclass
Base class forQueryResultWriter
s offering common functionality for query result writers.Modifier and TypeFieldDescriptionprotected QueryResultHandler
AbstractQueryResultParser.handler
TheQueryResultHandler
that will handle the parsed query results.Modifier 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
Modifier and TypeClassDescriptionclass
Writer for the binary tuple result format. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.helpers
Modifier 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
Modifier 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.sparqlstarjson
Modifier and TypeClassDescriptionclass
Deprecated.since 3.4.0 - moved toSPARQLStarResultsJSONWriter
-
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier 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
Modifier and TypeClassDescriptionclass
Writer for the plain text boolean result format. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.text.csv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.text.tsv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results. -
Uses of QueryResultHandler in org.eclipse.rdf4j.query.resultio.textstar.tsv
Modifier and TypeClassDescriptionclass
Deprecated.since 3.4.0 - moved toSPARQLStarResultsTSVWriter
.