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 void
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 Detail
-
CBPCursor
public CBPCursor(java.sql.ResultSet rs, ConnectionBundle returnMe, ConnectionBundlePool home)
-
-
Method Detail
-
close
public void close() throws java.lang.Exception
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:
java.lang.Exception
-
-