Package | Description |
---|---|
io.vertx.mysqlclient | |
io.vertx.mysqlclient.spi |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.connectHandler(io.vertx.core.Handler<SqlConnection> handler) |
MySQLPool |
MySQLPool.connectionProvider(Function<io.vertx.core.Context,io.vertx.core.Future<SqlConnection>> provider) |
static MySQLPool |
MySQLPool.pool(List<MySQLConnectOptions> databases,
PoolOptions options)
Create a connection pool to the MySQL
databases with round-robin selection. |
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(String connectionUri)
Like
pool(String, PoolOptions) with default options. |
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions options)
|
static MySQLPool |
MySQLPool.pool(io.vertx.core.Vertx vertx,
List<MySQLConnectOptions> databases,
PoolOptions options)
Like
pool(List, PoolOptions) with a specific Vertx instance. |
static MySQLPool |
MySQLPool.pool(io.vertx.core.Vertx vertx,
MySQLConnectOptions database,
PoolOptions options)
Like
pool(MySQLConnectOptions, PoolOptions) with a specific Vertx instance. |
static MySQLPool |
MySQLPool.pool(io.vertx.core.Vertx vertx,
String connectionUri)
Like
pool(Vertx, String, PoolOptions) with default options. |
static MySQLPool |
MySQLPool.pool(io.vertx.core.Vertx vertx,
String connectionUri,
PoolOptions options)
|
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLDriver.createPool(io.vertx.core.Vertx vertx,
List<? extends SqlConnectOptions> databases,
PoolOptions options) |
Copyright © 2022 Eclipse. All rights reserved.