Uses of Interface
org.eclipse.rdf4j.query.TupleQueryResultHandler
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
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper classes for working with Repositories.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.federated.algebra
ModifierConstructorDescriptionPassThroughTupleExpr
(TupleExpr parsedQuery, TupleQueryResultHandler resultHandler) -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.federated.structures
Modifier and TypeMethodDescriptionQueryInfo.getResultHandler()
Returns aTupleQueryResultHandler
if this query is executed using.Modifier and TypeMethodDescriptionvoid
FedXTupleQuery.evaluate
(TupleQueryResultHandler handler) void
QueryInfo.setResultHandler
(TupleQueryResultHandler resultHandler) Set theTupleQueryResultHandler
if the query is executed usingTupleQuery.evaluate(TupleQueryResultHandler)
allowing for passing through results to the handler. -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.http.client
Modifier and TypeMethodDescriptionvoid
RDF4JProtocolSession.getContextIDs
(TupleQueryResultHandler handler) void
RDF4JProtocolSession.getNamespaces
(TupleQueryResultHandler handler) void
RDF4JProtocolSession.getRepositoryList
(TupleQueryResultHandler handler) protected void
SPARQLProtocolSession.getTupleQueryResult
(org.apache.http.client.methods.HttpUriRequest method, TupleQueryResultHandler handler) Parse the response in this thread using the providedTupleQueryResultHandler
.void
SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings) -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query
Modifier and TypeClassDescriptionclass
Base class forTupleQueryResultHandler
s with dummy implementations of all methods.class
Deprecated.since 2.0. -
Uses of TupleQueryResultHandler 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 TupleQueryResultHandler in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionclass
A TupleQueryResultHandler that can be used to create a TupleQueryResult object. -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio
Modifier and TypeInterfaceDescriptioninterface
The interface of objects that writer query results in a specific query result format.Modifier and TypeMethodDescriptionstatic void
QueryResultIO.parseTuple
(InputStream in, QueryResultFormat format, TupleQueryResultHandler handler, ValueFactory valueFactory) Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.void
AbstractTupleQueryResultParser.setTupleQueryResultHandler
(TupleQueryResultHandler handler) void
TupleQueryResultParser.setTupleQueryResultHandler
(TupleQueryResultHandler handler) Deprecated. -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio.binary
Modifier and TypeClassDescriptionclass
Writer for the binary tuple result format. -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio.helpers
Modifier and TypeClassDescriptionclass
Deprecated.class
An implementation of theQueryResultHandler
interface that is able to collect a single result from either Boolean or Tuple results simultaneously. -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeClassDescriptionclass
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
Writer for SPARQL-star JSON results.Modifier and TypeMethodDescriptionvoid
SPARQLResultsJSONParser.setTupleQueryResultHandler
(TupleQueryResultHandler handler) Deprecated. -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqlstarjson
-
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionvoid
SPARQLResultsXMLParser.setTupleQueryResultHandler
(TupleQueryResultHandler handler) -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio.text.csv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of TupleQueryResultHandler 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 TupleQueryResultHandler in org.eclipse.rdf4j.query.resultio.textstar.tsv
-
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.repository.http
-
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.repository.sail
-
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.repository.sparql.query
Modifier and TypeMethodDescriptionvoid
SPARQLTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.repository.util
Modifier and TypeMethodDescriptionstatic void
Repositories.tupleQuery
(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenTupleQueryResultHandler
.static void
Repositories.tupleQueryNoTransaction
(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenTupleQueryResultHandler
. -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.spring.operationlog
Modifier and TypeMethodDescriptionvoid
LoggingTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.spring.resultcache
Modifier and TypeMethodDescriptionvoid
ResultCachingTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of TupleQueryResultHandler in org.eclipse.rdf4j.spring.support.query
Modifier and TypeMethodDescriptionvoid
DelegatingTupleQuery.evaluate
(TupleQueryResultHandler handler)