| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
TupleQueryResultHandlerBase
Base class for
TupleQueryResultHandlers with dummy implementations
of all methods. |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleQuery.evaluate(TupleQueryResultHandler handler) |
static void |
QueryResults.report(TupleQueryResult tqr,
TupleQueryResultHandler handler)
Reports a tuple query result to a
TupleQueryResultHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
DAWGTestResultSetWriter
A TupleQueryResultWriter 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.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.