| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.impl |
| Class and Description |
|---|
| AbstractOperation
Abstract super class of all operation types.
|
| IteratingGraphQueryResult
An iterating implementation of the
GraphQueryResult interface. |
| IteratingTupleQueryResult
An iterating implementation of the
TupleQueryResult interface. |
| MapBindingSet
A Map-based implementation of the
BindingSet interface. |
| MutableTupleQueryResult
An implementation of the
TupleQueryResult interface that stores the complete query result in
memory. |
| QueueCursor
Makes working with a queue easier by adding the methods
QueueIteration.done() and QueueIteration.toss(Exception) and
automatically converting the exception into a QueryEvaluationException with an appropriate stack trace. |
| SimpleBinding
An implementation of the
Binding interface. |
| SimpleDataset
A simple implementation of the
Dataset interface. |
Copyright © 2015-2017 Eclipse Foundation. All Rights Reserved.