Package com.mchange.v1.db.sql
Class SimpleCursor
java.lang.Object
com.mchange.v1.db.sql.SimpleCursor
- All Implemented Interfaces:
ClosableResource
,UIterator
- Direct Known Subclasses:
CBPCursor
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleCursor
-
-
Method Details
-
hasNext
- Specified by:
hasNext
in interfaceUIterator
- Throws:
SQLException
-
next
- Specified by:
next
in interfaceUIterator
- Throws:
SQLException
-
remove
public void remove() -
close
Description copied from interface:ClosableResource
forces the release of any resources that might be associated with this object.- Specified by:
close
in interfaceClosableResource
- Specified by:
close
in interfaceUIterator
- Throws:
Exception
-
finalize
-
objectFromResultSet
- Throws:
SQLException
-