Package org.eclipse.rdf4j.query
Interface QueryResult<T>
- All Superinterfaces:
AutoCloseable
,CloseableIteration<T,
,QueryEvaluationException> Iterable<T>
,Iteration<T,
QueryEvaluationException>
- All Known Subinterfaces:
GraphQueryResult
,TupleQueryResult
- All Known Implementing Classes:
BackgroundGraphResult
,BackgroundTupleResult
,CachedGraphQueryResult
,CachedTupleQueryResult
,GraphQueryResultImpl
,IteratingGraphQueryResult
,IteratingTupleQueryResult
,MutableTupleQueryResult
,ReusableGraphQueryResult
,ReusableTupleQueryResult
,TupleQueryResultImpl
Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).
- Author:
- Jeen Broekstra, Arjohn Kampman
-
Method Summary
Methods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
close
Methods inherited from interface java.lang.Iterable
forEach, spliterator