public abstract class SimpleCursor extends java.lang.Object implements UIterator
| Constructor and Description |
|---|
SimpleCursor(java.sql.ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
forces the release of any resources that might be
associated with this object.
|
void |
finalize() |
boolean |
hasNext() |
java.lang.Object |
next() |
protected abstract java.lang.Object |
objectFromResultSet(java.sql.ResultSet rs) |
void |
remove() |
public boolean hasNext()
throws java.sql.SQLException
public java.lang.Object next()
throws java.sql.SQLException
public void close()
throws java.lang.Exception
ClosableResourceclose in interface ClosableResourceclose in interface UIteratorjava.lang.Exceptionpublic void finalize()
throws java.lang.Exception
finalize in class java.lang.Objectjava.lang.Exceptionprotected abstract java.lang.Object objectFromResultSet(java.sql.ResultSet rs)
throws java.sql.SQLException
java.sql.SQLException