org.openrdf.query
Interface QueryResult<T>

All Superinterfaces:
CloseableIteration<T,QueryEvaluationException>, Iteration<T,QueryEvaluationException>
All Known Subinterfaces:
GraphQueryResult, TupleQueryResult
All Known Implementing Classes:
GraphQueryResultImpl, MutableTupleQueryResult, TupleQueryResultImpl

public interface QueryResult<T>
extends CloseableIteration<T,QueryEvaluationException>

Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).

Author:
Arjohn Kampman

Method Summary
 
Methods inherited from interface info.aduna.iteration.CloseableIteration
close
 
Methods inherited from interface info.aduna.iteration.Iteration
hasNext, next, remove
 



Copyright © 2001-2007 Aduna. All Rights Reserved.