Package com.mchange.v1.db.sql
Class CBPCursor
java.lang.Object
com.mchange.v1.db.sql.SimpleCursor
com.mchange.v1.db.sql.CBPCursor
- All Implemented Interfaces:
ClosableResource,UIterator
-
Constructor Summary
ConstructorsConstructorDescriptionCBPCursor(ResultSet rs, ConnectionBundle returnMe, ConnectionBundlePool home) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()forces the release of any resources that might be associated with this object.Methods inherited from class com.mchange.v1.db.sql.SimpleCursor
finalize, hasNext, next, objectFromResultSet, remove
-
Constructor Details
-
CBPCursor
-
-
Method Details
-
close
Description copied from interface:ClosableResourceforces the release of any resources that might be associated with this object.- Specified by:
closein interfaceClosableResource- Specified by:
closein interfaceUIterator- Overrides:
closein classSimpleCursor- Throws:
Exception
-