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 UIteratorSQLExceptionpublic Object next() throws SQLException
next in interface UIteratorSQLExceptionpublic void close()
throws Exception
ClosableResourceclose in interface ClosableResourceclose in interface UIteratorExceptionpublic void finalize()
throws Exception
protected abstract Object objectFromResultSet(ResultSet rs) throws SQLException
SQLException