public abstract class SimpleCursor extends Object implements UIterator
Constructor and Description |
---|
SimpleCursor(ResultSet rs) |
public SimpleCursor(ResultSet rs)
public boolean hasNext() throws SQLException
hasNext
in interface UIterator
SQLException
public Object next() throws SQLException
next
in interface UIterator
SQLException
public void close() throws Exception
ClosableResource
close
in interface ClosableResource
close
in interface UIterator
Exception
public void finalize() throws Exception
protected abstract Object objectFromResultSet(ResultSet rs) throws SQLException
SQLException