| Package | Description |
|---|---|
| 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 |
| 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
TupleQueryResultHandlers with dummy implementations of all methods. |
class |
TupleQueryResultHandlerBase
Deprecated.
since 4.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.
|
Copyright © 2015-2017 Eclipse Foundation. All Rights Reserved.