| 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 | Method and Description |
|---|---|
void |
TupleQueryResultHandlerBase.endQueryResult() |
void |
QueryResultHandler.endQueryResult()
Indicates the end of a sequence of solutions.
|
void |
TupleQuery.evaluate(TupleQueryResultHandler handler) |
void |
TupleQueryResultHandlerBase.handleSolution(BindingSet bindingSet) |
void |
QueryResultHandler.handleSolution(BindingSet bindingSet)
Handles a solution.
|
static void |
QueryResults.report(TupleQueryResult tqr,
QueryResultHandler handler)
Reports a tuple query result to a
TupleQueryResultHandler. |
void |
TupleQueryResultHandlerBase.startQueryResult(List<String> bindingNames) |
void |
QueryResultHandler.startQueryResult(List<String> bindingNames)
Indicates the start of a sequence of Solutions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DAWGTestResultSetWriter.endQueryResult() |
void |
DAWGTestResultSetWriter.handleSolution(BindingSet bindingSet) |
void |
DAWGTestResultSetWriter.startQueryResult(List<String> bindingNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleQueryResultBuilder.handleSolution(BindingSet bindingSet) |
void |
TupleQueryResultBuilder.startQueryResult(List<String> bindingNames) |
Copyright © 2001-2015 Aduna. All Rights Reserved.