| 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 |
|---|---|
static TupleQueryResult |
QueryResults.distinctResults(TupleQueryResult queryResult)
Returns a
TupleQueryResult that filters out any duplicate
solutions from the supplied queryResult. |
TupleQueryResult |
TupleQuery.evaluate() |
| Modifier and Type | Method and Description |
|---|---|
static TupleQueryResult |
QueryResults.distinctResults(TupleQueryResult queryResult)
Returns a
TupleQueryResult that filters out any duplicate
solutions from the supplied queryResult. |
static boolean |
QueryResults.equals(TupleQueryResult tqr1,
TupleQueryResult tqr2)
Compares the two query results by converting them to graphs and returns
true if they are equal.
|
static boolean |
QueryResults.isSubset(TupleQueryResult tqr1,
TupleQueryResult tqr2) |
static void |
QueryResults.report(TupleQueryResult tqr,
QueryResultHandler handler)
Reports a tuple query result to a
TupleQueryResultHandler. |
static BindingSet |
QueryResults.singleResult(TupleQueryResult result)
Returns a single element from the query result.
|
| Modifier and Type | Method and Description |
|---|---|
static TupleQueryResult |
DAWGTestResultSetUtil.toTupleQueryResult(Iterable<? extends Statement> dawgGraph) |
| Modifier and Type | Method and Description |
|---|---|
static Graph |
DAWGTestResultSetUtil.toGraph(TupleQueryResult tqr) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableTupleQueryResult
An implementation of the
TupleQueryResult interface that stores the
complete query result in memory. |
class |
TupleQueryResultImpl
A generic implementation of the
TupleQueryResult interface. |
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResult |
TupleQueryResultBuilder.getQueryResult() |
| Constructor and Description |
|---|
MutableTupleQueryResult(TupleQueryResult tqr) |
Copyright © 2001-2015 Aduna. All Rights Reserved.