Modifier and Type | Method and Description |
---|---|
void |
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 provided
TupleQueryResultHandler . |
void |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
TupleQueryResultHandler handler,
Binding... bindings) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTupleQueryResultHandler
Base class for
TupleQueryResultHandler s with dummy implementations of all methods. |
class |
TupleQueryResultHandlerBase
Deprecated.
since 2.0. Use
AbstractTupleQueryResultHandler instead. |
Modifier and Type | Method and Description |
---|---|
void |
TupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
DAWGTestResultSetWriter
A
TupleQueryResultHandler 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#). |
Constructor and Description |
---|
DAWGTestResultSetParser(TupleQueryResultHandler tqrHandler) |
Modifier and Type | Class and Description |
---|---|
class |
TupleQueryResultBuilder
A TupleQueryResultHandler that can be used to create a TupleQueryResult object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TupleQueryResultWriter
The interface of objects that writer query results in a specific query result format.
|
Modifier and Type | Method and Description |
---|---|
static 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 |
TupleQueryResultParser.setTupleQueryResultHandler(TupleQueryResultHandler handler)
Deprecated.
|
void |
AbstractTupleQueryResultParser.setTupleQueryResultHandler(TupleQueryResultHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryQueryResultWriter
Writer for the binary tuple result format.
|
Modifier and Type | Class and Description |
---|---|
class |
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed.
|
class |
QueryResultCollector
An implementation of the
QueryResultHandler interface that is able to collect a single result from either
Boolean or Tuple results simultaneously. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL
Query Results JSON Format.
|
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsJSONParser.setTupleQueryResultHandler(TupleQueryResultHandler handler)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the
SPARQL Query Results XML Format. |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsXMLParser.setTupleQueryResultHandler(TupleQueryResultHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SailTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
static 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 given
TupleQueryResultHandler . |
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 given
TupleQueryResultHandler . |
Modifier and Type | Method and Description |
---|---|
void |
SailConnectionTupleQuery.evaluate(TupleQueryResultHandler handler) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.