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
Method Summary |
void |
close()
forces the release of any resources that might be
associated with this object. |
CBPCursor
public CBPCursor(ResultSet rs,
ConnectionBundle returnMe,
ConnectionBundlePool home)
close
public void close()
throws Exception
- Description copied from interface:
ClosableResource
- forces the release of any resources that might be
associated with this object.
- Specified by:
close
in interface ClosableResource
- Specified by:
close
in interface UIterator
- Overrides:
close
in class SimpleCursor
- Throws:
Exception