| Package | Description |
|---|---|
| org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
| org.openrdf.query.impl |
| Modifier and Type | Method and Description |
|---|---|
GraphQueryResult |
GraphQuery.evaluate() |
| Modifier and Type | Method and Description |
|---|---|
static Graph |
QueryResults.asGraph(GraphQueryResult gqr)
Get a
Graph containing all elements obtained from the specified
query result. |
static Model |
QueryResults.asModel(GraphQueryResult gqr)
Get a
Model containing all elements obtained from the specified
query result. |
static boolean |
QueryResults.equals(GraphQueryResult result1,
GraphQueryResult result2) |
static void |
QueryResults.report(GraphQueryResult gqr,
RDFHandler rdfHandler)
Reports a graph query result to an
RDFHandler. |
static Statement |
QueryResults.singleResult(GraphQueryResult result)
Returns a single element from the query result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphQueryResultImpl
An utility implementation of the
GraphQueryResult interface. |
Copyright © 2001-2013 Aduna. All Rights Reserved.