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
ClosableResource
close
in interface ClosableResource
close
in interface UIterator
java.lang.Exception
public void finalize() throws java.lang.Exception
finalize
in class java.lang.Object
java.lang.Exception
protected abstract java.lang.Object objectFromResultSet(java.sql.ResultSet rs) throws java.sql.SQLException
java.sql.SQLException