MySQLPool |
MySQLPool.connectHandler(Handler<SqlConnection> handler) |
|
MySQLPool |
MySQLPool.connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider) |
|
MySQLPool |
MySQLPool.connectionProvider(Function<Context,Future<SqlConnection>> provider) |
|
static MySQLPool |
MySQLPool.newInstance(MySQLPool arg) |
|
static MySQLPool |
MySQLPool.pool(MySQLConnectOptions database,
PoolOptions options) |
Create a connection pool to the MySQL server configured with the given options .
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions database,
PoolOptions options) |
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri) |
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions options) |
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
List<MySQLConnectOptions> databases,
PoolOptions options) |
|
static MySQLPool |
MySQLPool.pool(String connectionUri) |
|
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions options) |
|
static MySQLPool |
MySQLPool.pool(List<MySQLConnectOptions> databases,
PoolOptions options) |
Create a connection pool to the MySQL databases with round-robin selection.
|