Package | Description |
---|---|
io.vertx.mysqlclient | |
io.vertx.reactivex.mysqlclient | |
io.vertx.rxjava.mysqlclient |
Modifier and Type | Method and Description |
---|---|
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(String, PoolOptions) with a default poolOptions . |
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(MySQLConnectOptions, PoolOptions) with a specific Vertx instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri)
Like
pool(Vertx, String,PoolOptions) with a default poolOptions .. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
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 © 2021 Eclipse. All rights reserved.