Package | Description |
---|---|
io.vertx.reactivex.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) |
DB2Pool |
DB2Pool.connectionProvider(Function<Context,Single<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 © 2022 Eclipse. All rights reserved.