Package | Description |
---|---|
org.eclipse.rdf4j.console.util | |
org.eclipse.rdf4j.query |
Interfaces and classes for handling queries and query results.
|
org.eclipse.rdf4j.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
org.eclipse.rdf4j.query.impl | |
org.eclipse.rdf4j.query.resultio | |
org.eclipse.rdf4j.query.resultio.binary | |
org.eclipse.rdf4j.query.resultio.helpers | |
org.eclipse.rdf4j.query.resultio.sparqljson |
A writer for the
SPARQL Query Results JSON Format
|
org.eclipse.rdf4j.query.resultio.sparqlxml |
Parsers and writers for the
SPARQL Query Results XML Format
|
org.eclipse.rdf4j.query.resultio.text | |
org.eclipse.rdf4j.query.resultio.text.csv | |
org.eclipse.rdf4j.query.resultio.text.tsv |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleQueryResultWriter
Write query results to console
|
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 |
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 |
---|---|
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 |
AbstractQueryResultWriter
Base class for
QueryResultWriter s offering common functionality for query result writers. |
class |
QueryResultWriterBase
Deprecated.
since 2.0. Use
AbstractQueryResultWriter instead. |
Modifier and Type | Field and Description |
---|---|
protected QueryResultHandler |
AbstractQueryResultParser.handler
The
QueryResultHandler that will handle the parsed query results. |
Modifier and Type | Method and Description |
---|---|
QueryResultParser |
QueryResultParser.setQueryResultHandler(QueryResultHandler handler)
Sets the
QueryResultHandler to be used when parsing query results using
QueryResultParser.parseQueryResult(InputStream) . |
QueryResultParser |
AbstractQueryResultParser.setQueryResultHandler(QueryResultHandler 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 |
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 © 2015-2019 Eclipse Foundation. All Rights Reserved.