Package com.mchange.v1.db.sql
Interface ConnectionBundlePool
- All Superinterfaces:
ClosableResource
- All Known Implementing Classes:
ConnectionBundlePoolBean
,ConnectionBundlePoolImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
close()
forces the release of any resources that might be associated with this object.
-
Method Details
-
checkoutBundle
-
checkinBundle
- Throws:
SQLException
BrokenObjectException
-
close
Description copied from interface:ClosableResource
forces the release of any resources that might be associated with this object.- Specified by:
close
in interfaceClosableResource
- Throws:
SQLException
-