| Class | Description | 
|---|---|
| AbstractOperation | Abstract super class of all operation types. | 
| AbstractParserQuery | |
| AbstractParserUpdate | |
| AbstractQuery | Abstract super class of all query types. | 
| AbstractUpdate | Abstract super class of all update types. | 
| BackgroundGraphResult | Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads. | 
| BindingImpl | Deprecated since 2.0. | 
| DatasetImpl | Deprecated since 2.0. | 
| EmptyBindingSet | An immutable empty BindingSet. | 
| FallbackDataset | |
| GraphQueryResultImpl | Deprecated since 2.0. | 
| IteratingGraphQueryResult | An iterating implementation of the  GraphQueryResultinterface. | 
| IteratingTupleQueryResult | An iterating implementation of the  TupleQueryResultinterface. | 
| ListBindingSet | A List-based implementation of the  BindingSetinterface. | 
| MapBindingSet | A Map-based implementation of the  BindingSetinterface. | 
| MutableTupleQueryResult | An implementation of the  TupleQueryResultinterface that stores the complete query result in memory. | 
| QueueCursor<E> | Makes working with a queue easier by adding the methods  QueueIteration.done()andQueueIteration.toss(Exception)and
 automatically converting the exception into a QueryEvaluationException with an appropriate stack trace. | 
| SimpleBinding | An implementation of the  Bindinginterface. | 
| SimpleDataset | A simple implementation of the  Datasetinterface. | 
| TupleQueryResultBuilder | A TupleQueryResultHandler that can be used to create a TupleQueryResult object. | 
| TupleQueryResultImpl | Deprecated since 2.0. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.