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
ConstructorDescriptionCBPCursor
(ResultSet rs, ConnectionBundle returnMe, ConnectionBundlePool home) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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:ClosableResource
forces the release of any resources that might be associated with this object.- Specified by:
close
in interfaceClosableResource
- Specified by:
close
in interfaceUIterator
- Overrides:
close
in classSimpleCursor
- Throws:
Exception
-