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
public abstract class CBPCursor extends SimpleCursor
-
-
Constructor Summary
Constructors Constructor Description CBPCursor(java.sql.ResultSet rs, ConnectionBundle returnMe, ConnectionBundlePool home)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()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 Detail
-
CBPCursor
public CBPCursor(java.sql.ResultSet rs, ConnectionBundle returnMe, ConnectionBundlePool home)
-
-
Method Detail
-
close
public void close() throws java.lang.ExceptionDescription 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:
java.lang.Exception
-
-