Package | Description |
---|---|
io.vertx.db2client | |
io.vertx.db2client.spi | |
io.vertx.reactivex.db2client | |
io.vertx.rxjava.db2client | |
io.vertx.rxjava3.db2client |
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.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(String, PoolOptions) with default options. |
static DB2Pool |
DB2Pool.pool(String connectionUri,
PoolOptions options)
|
static DB2Pool |
DB2Pool.pool(Vertx vertx,
DB2ConnectOptions database,
PoolOptions options)
Like
pool(DB2ConnectOptions, PoolOptions) with a specific
Vertx instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
List<DB2ConnectOptions> databases,
PoolOptions options)
Like
pool(List, PoolOptions) with a specific
Vertx instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri)
Like
pool(Vertx, String,PoolOptions) with default options. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri,
PoolOptions options)
|
Modifier and Type | Method and Description |
---|---|
DB2Pool |
DB2Driver.newPool(Vertx vertx,
List<? extends SqlConnectOptions> databases,
PoolOptions options,
io.vertx.core.impl.CloseFuture closeFuture) |
Modifier and Type | Method and Description |
---|---|
DB2Pool |
DB2Pool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DB2Pool |
DB2Pool.newInstance(DB2Pool arg) |
Constructor and Description |
---|
DB2Pool(DB2Pool delegate) |
Modifier and Type | Method and Description |
---|---|
DB2Pool |
DB2Pool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DB2Pool |
DB2Pool.newInstance(DB2Pool arg) |
Constructor and Description |
---|
DB2Pool(DB2Pool delegate) |
Modifier and Type | Method and Description |
---|---|
DB2Pool |
DB2Pool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DB2Pool |
DB2Pool.newInstance(DB2Pool arg) |
Constructor and Description |
---|
DB2Pool(DB2Pool delegate) |
Copyright © 2022 Eclipse. All rights reserved.