Package | Description |
---|---|
io.vertx.rxjava.mysqlclient |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MySQLPool> |
MySQLPool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MySQLPool |
MySQLPool.newInstance(MySQLPool arg) |
static MySQLPool |
MySQLPool.pool(MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the MySQL server configured with the given
connectOptions and poolOptions . |
static MySQLPool |
MySQLPool.pool(String connectionUri)
Like
pool(java.lang.String) with a default poolOptions . |
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(java.lang.String) with a specific instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
MySQLPool |
MySQLPool.preparedBatch(String sql,
List<Tuple> batch,
Handler<AsyncResult<RowSet>> handler) |
MySQLPool |
MySQLPool.preparedQuery(String sql,
Handler<AsyncResult<RowSet>> handler) |
MySQLPool |
MySQLPool.preparedQuery(String sql,
Tuple arguments,
Handler<AsyncResult<RowSet>> handler) |
MySQLPool |
MySQLPool.query(String sql,
Handler<AsyncResult<RowSet>> handler) |
Copyright © 2019 Eclipse. All rights reserved.