com.mchange.v1.db.sql
Class CBPCursor

java.lang.Object
  extended by com.mchange.v1.db.sql.SimpleCursor
      extended by com.mchange.v1.db.sql.CBPCursor
All Implemented Interfaces:
ClosableResource, UIterator

public abstract class CBPCursor
extends SimpleCursor


Constructor Summary
CBPCursor(ResultSet rs, ConnectionBundle returnMe, ConnectionBundlePool home)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CBPCursor

public CBPCursor(ResultSet rs,
                 ConnectionBundle returnMe,
                 ConnectionBundlePool home)
Method Detail

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