| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query | Interfaces and classes for handling queries and query results. | 
| org.eclipse.rdf4j.query.impl | |
| org.eclipse.rdf4j.query.resultio.helpers | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | GraphQueryResultA representation of a query result as a sequence of  Statementobjects. | 
| interface  | TupleQueryResultA representation of a variable-binding query result as a sequence of  BindingSetobjects. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BackgroundGraphResultProvides concurrent access to statements as they are being parsed when instances of this class are run as Threads. | 
| class  | GraphQueryResultImplDeprecated. 
 since 2.0. Use  IteratingGraphQueryResultinstead. | 
| class  | IteratingGraphQueryResultAn iterating implementation of the  GraphQueryResultinterface. | 
| class  | IteratingTupleQueryResultAn iterating implementation of the  TupleQueryResultinterface. | 
| class  | MutableTupleQueryResultAn implementation of the  TupleQueryResultinterface that stores the complete query result in memory. | 
| class  | TupleQueryResultImplDeprecated. 
 since 2.0. Use  IteratingTupleQueryResultinstead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BackgroundTupleResultProvides concurrent access to tuple results as they are being parsed. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.