Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
org.openrdf.query.impl | |
org.openrdf.query.resultio | |
org.openrdf.query.resultio.binary | |
org.openrdf.query.resultio.helpers | |
org.openrdf.query.resultio.sparqljson |
A writer for the SPARQL Query Results JSON Format
|
org.openrdf.query.resultio.sparqlxml |
Parsers and writers for the SPARQL Query Results XML Format
|
org.openrdf.query.resultio.text.csv | |
org.openrdf.query.resultio.text.tsv | |
org.openrdf.repository.http |
A repository that serves as a proxy for a remote repository on a Sesame server.
|
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
org.openrdf.repository.sparql.query |
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 |
SesameHTTPClient.getContextIDs(TupleQueryResultHandler handler) |
void |
SesameHTTPClient.getNamespaces(TupleQueryResultHandler handler) |
void |
SesameHTTPClient.getRepositoryList(TupleQueryResultHandler handler) |
protected void |
HTTPClient.getTupleQueryResult(org.apache.commons.httpclient.HttpMethod method,
TupleQueryResultHandler handler)
Parse the response in this thread using the provided
TupleQueryResultHandler . |
void |
HTTPClient.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) |
Copyright © 2001-2016 Aduna. All Rights Reserved.