|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoolHelper | |
org.enhydra.jdbc.pool |
Uses of PoolHelper in org.enhydra.jdbc.pool |
Classes in org.enhydra.jdbc.pool that implement PoolHelper | |
class |
StandardPoolDataSource
StandardPoolDataSource class allows to make some operations on PooledConnection. |
class |
StandardXAPoolDataSource
StandardXAPoolDataSource class allows to make some operations on XAConnection. |
Constructors in org.enhydra.jdbc.pool with parameters of type PoolHelper | |
GenericPool(PoolHelper helper)
Creates an GenericPool with the default params. |
|
GenericPool(PoolHelper helper,
int initSize)
|
|
GenericPool(PoolHelper helper,
int minSize,
int maxSize,
long lifeTime,
long sleepTime)
Constructor, set the two hashtables and set by default the other values |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |