| Package | Description | 
|---|---|
| io.vertx.rxjava.db2client | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<DB2Pool> | 
DB2Pool.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
DB2Pool | 
DB2Pool.connectHandler(Handler<SqlConnection> handler)  | 
DB2Pool | 
DB2Pool.connectionProvider(java.util.function.Function<Context,Future<SqlConnection>> provider)  | 
static DB2Pool | 
DB2Pool.newInstance(DB2Pool arg)  | 
static DB2Pool | 
DB2Pool.pool(DB2ConnectOptions database,
    PoolOptions options)
Create a connection pool to the DB2  
database configured with the given options. | 
static DB2Pool | 
DB2Pool.pool(List<DB2ConnectOptions> databases,
    PoolOptions options)
Create a connection pool to the DB2  
databases with round-robin selection. | 
static DB2Pool | 
DB2Pool.pool(String connectionUri)
Like  
pool(java.lang.String) with default options. | 
static DB2Pool | 
DB2Pool.pool(String connectionUri,
    PoolOptions options)
 | 
static DB2Pool | 
DB2Pool.pool(Vertx vertx,
    DB2ConnectOptions database,
    PoolOptions options)
Like  
pool(java.lang.String) with a specific
  instance. | 
static DB2Pool | 
DB2Pool.pool(Vertx vertx,
    List<DB2ConnectOptions> databases,
    PoolOptions options)
Like  
pool(java.lang.String) with a specific
  instance. | 
static DB2Pool | 
DB2Pool.pool(Vertx vertx,
    String connectionUri)
Like  
pool(java.lang.String) with default options. | 
static DB2Pool | 
DB2Pool.pool(Vertx vertx,
    String connectionUri,
    PoolOptions options)
 | 
Copyright © 2021 Eclipse. All rights reserved.