public class MySQLPoolImpl extends PoolBase<MySQLPoolImpl> implements MySQLPool
| Constructor and Description |
|---|
MySQLPoolImpl(Context context,
boolean closeVertx,
MySQLConnectOptions 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, schedulepreparedBatch, preparedBatch, preparedQuery, preparedQuery, preparedQuery, preparedQuery, query, queryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpool, pool, pool, pool, pool, pool, preparedBatch, preparedBatch, preparedQuery, preparedQuery, preparedQuery, preparedQuery, query, querybegin, close, getConnectionpublic MySQLPoolImpl(Context context, boolean closeVertx, MySQLConnectOptions connectOptions, PoolOptions poolOptions)
public void connect(Handler<AsyncResult<Connection>> completionHandler)
connect in class PoolBase<MySQLPoolImpl>protected SqlConnectionImpl wrap(Context context, Connection conn)
wrap in class PoolBase<MySQLPoolImpl>protected void doClose()
doClose in class PoolBase<MySQLPoolImpl>Copyright © 2020. All rights reserved.