Package | Description |
---|---|
io.vertx.mysqlclient | |
io.vertx.mysqlclient.spi | |
io.vertx.reactivex.mysqlclient | |
io.vertx.rxjava.mysqlclient | |
io.vertx.rxjava3.mysqlclient |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.connectHandler(Handler<SqlConnection> handler) |
MySQLPool |
MySQLPool.connectionProvider(java.util.function.Function<Context,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(Vertx vertx,
List<MySQLConnectOptions> databases,
PoolOptions options)
Like
pool(List, PoolOptions) with a specific Vertx instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions database,
PoolOptions options)
Like
pool(MySQLConnectOptions, PoolOptions) with a specific Vertx instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri)
Like
pool(Vertx, String, PoolOptions) with default options. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions options)
|
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLDriver.newPool(Vertx vertx,
List<? extends SqlConnectOptions> databases,
PoolOptions options,
io.vertx.core.impl.CloseFuture closeFuture) |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MySQLPool |
MySQLPool.newInstance(MySQLPool arg) |
Constructor and Description |
---|
MySQLPool(MySQLPool delegate) |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MySQLPool |
MySQLPool.newInstance(MySQLPool arg) |
Constructor and Description |
---|
MySQLPool(MySQLPool delegate) |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MySQLPool |
MySQLPool.newInstance(MySQLPool arg) |
Constructor and Description |
---|
MySQLPool(MySQLPool delegate) |
Copyright © 2022 Eclipse. All rights reserved.