Class ResultSetIterator

java.lang.Object
cz.cvut.kbss.ontodriver.iteration.ResultSetIterator
All Implemented Interfaces:
Iterator<ResultRow>

public class ResultSetIterator extends Object implements Iterator<ResultRow>
Iterator over a ResultSet.

Note that the methods wrap OntoDriverExceptions possibly thrown by the underlying result set in a OntoDriverRuntimeException in order to support the Iterator API.