Interface GraphQueryResult

All Superinterfaces:
AutoCloseable, CloseableIteration<Statement>, Iterable<Statement>, Iterator<Statement>, QueryResult<Statement>
All Known Implementing Classes:
BackgroundGraphResult, CachedGraphQueryResult, CleanerGraphQueryResult, IteratingGraphQueryResult, ReusableGraphQueryResult

public interface GraphQueryResult extends QueryResult<Statement>
A representation of a query result as a sequence of Statement objects. Each query result consists of zero or more Statements and additionaly carries information about relevant namespace declarations. Note: take care to always close a GraphQueryResult after use to free any resources it keeps hold of.
Author:
Jeen Broekstra