public class DB2PoolImpl extends PoolBase<DB2PoolImpl> implements DB2Pool
| Constructor and Description |
|---|
DB2PoolImpl(Context context,
boolean closeVertx,
DB2ConnectOptions connectOptions,
PoolOptions poolOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(Handler<AsyncResult<Connection>> completionHandler) |
protected void |
doClose() |
protected SqlConnectionImpl |
wrap(Context context,
Connection conn) |
begin, close, getConnection, schedulepreparedQuery, queryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbegin, close, getConnection, pool, pool, pool, preparedQuery, querypublic DB2PoolImpl(Context context, boolean closeVertx, DB2ConnectOptions connectOptions, PoolOptions poolOptions)
public void connect(Handler<AsyncResult<Connection>> completionHandler)
connect in class PoolBase<DB2PoolImpl>protected SqlConnectionImpl wrap(Context context, Connection conn)
wrap in class PoolBase<DB2PoolImpl>protected void doClose()
doClose in class PoolBase<DB2PoolImpl>Copyright © 2020. All rights reserved.