| Package | Description | 
|---|---|
| io.vertx.rxjava.mysqlclient | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.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)
Like  
pool(java.lang.String) with a default poolOptions.. | 
static MySQLPool | 
MySQLPool.pool(Vertx vertx,
    String connectionUri,
    PoolOptions poolOptions)
 | 
Copyright © 2020 Eclipse. All rights reserved.