Modifier and Type | Class and Description |
---|---|
class |
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed.
|
Modifier and Type | Method and Description |
---|---|
void |
SesameSession.getContextIDs(TupleQueryResultHandler handler) |
void |
SesameSession.getNamespaces(TupleQueryResultHandler handler) |
void |
SesameSession.getRepositoryList(TupleQueryResultHandler handler) |
protected void |
SparqlSession.getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method,
TupleQueryResultHandler handler)
Parse the response in this thread using the provided
TupleQueryResultHandler . |
void |
SparqlSession.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
TupleQueryResultHandler handler,
Binding... bindings) |
Modifier and Type | Class and Description |
---|---|
class |
TupleQueryResultHandlerBase
Base class for
TupleQueryResultHandler s with dummy implementations of
all methods. |
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.parse(InputStream in,
TupleQueryResultFormat format,
TupleQueryResultHandler handler,
ValueFactory valueFactory)
Parses a query result document, reporting the parsed solutions to the
supplied TupleQueryResultHandler.
|
void |
TupleQueryResultParserBase.setTupleQueryResultHandler(TupleQueryResultHandler handler) |
void |
TupleQueryResultParser.setTupleQueryResultHandler(TupleQueryResultHandler handler)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryQueryResultWriter
Writer for the binary tuple result format.
|
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
void |
SailConnectionTupleQuery.evaluate(TupleQueryResultHandler handler) |
Copyright © 2001-2016 Aduna. All Rights Reserved.