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 | |
org.openrdf.query.resultio.text.csv | |
org.openrdf.query.resultio.text.tsv |
Modifier and Type | Class and Description |
---|---|
class |
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanQueryResultHandler
An interface that indicates that this QueryResultHandler is capable of
handling boolean results using the
handleBoolean(boolean) method. |
interface |
TupleQueryResultHandler
An interface defining methods related to handling sequences of Solutions.
|
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 |
---|---|
static void |
QueryResults.report(TupleQueryResult tqr,
QueryResultHandler handler)
Reports a tuple query result to a
TupleQueryResultHandler . |
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#). |
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 |
BooleanQueryResultWriter
The interface of objects that writer query results in a specific query result
format.
|
interface |
QueryResultWriter
The base interface for writers of query results sets and boolean results.
|
interface |
TupleQueryResultWriter
The interface of objects that writer query results in a specific query result
format.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultWriterBase
Base class for
QueryResultWriter s offering common functionality for
query result writers. |
Modifier and Type | Field and Description |
---|---|
protected QueryResultHandler |
QueryResultParserBase.handler
The
QueryResultHandler that will handle the parsed query results. |
Modifier and Type | Method and Description |
---|---|
void |
QueryResultParserBase.setQueryResultHandler(QueryResultHandler handler) |
void |
QueryResultParser.setQueryResultHandler(QueryResultHandler handler)
Sets the
QueryResultHandler to be used when parsing query results
using QueryResultParser.parseQueryResult(InputStream) . |
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 |
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON
Format.
|
class |
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON
Format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanXMLWriter
A
BooleanQueryResultWriter that writes boolean query results in the
SPARQL Query Results XML
Format. |
class |
SPARQLResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the SPARQL Query Results XML
Format. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTextWriter
Writer for the plain text boolean result format.
|
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.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.