| Package | Description |
|---|---|
| org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
| org.openrdf.query.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphQueryResult
A representation of a query result as a sequence of
Statement
objects. |
interface |
TupleQueryResult
A representation of a variable-binding query result as a sequence of
BindingSet objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphQueryResultImpl
An utility implementation of the
GraphQueryResult interface. |
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. |
Copyright © 2001-2015 Aduna. All Rights Reserved.