public interface PoolHelper
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkThisObject(Object o) |
GenerationObject |
create() |
GenerationObject |
create(String _user,
String _password) |
void |
expire(Object o) |
boolean |
testThisObject(Object o) |
String |
toString() |
void expire(Object o)
boolean checkThisObject(Object o)
boolean testThisObject(Object o)
GenerationObject create() throws SQLException
SQLExceptionGenerationObject create(String _user, String _password) throws SQLException
SQLExceptionCopyright © 2014–2015. All rights reserved.