Package | Description |
---|---|
io.vertx.db2client | |
io.vertx.reactivex.db2client | |
io.vertx.rxjava.db2client | |
io.vertx.rxjava3.db2client |
Modifier and Type | Method and Description |
---|---|
DB2Pool |
DB2Pool.connectHandler(Handler<SqlConnection> handler)
Deprecated.
|
DB2Pool |
DB2Pool.connectionProvider(java.util.function.Function<Context,Future<SqlConnection>> provider)
Deprecated.
|
static DB2Pool |
DB2Pool.pool(DB2ConnectOptions database,
PoolOptions options)
Deprecated.
Create a connection pool to the DB2
database configured with the given options . |
static DB2Pool |
DB2Pool.pool(List<DB2ConnectOptions> databases,
PoolOptions options)
Deprecated.
Create a connection pool to the DB2
databases with round-robin selection. |
static DB2Pool |
DB2Pool.pool(String connectionUri)
Deprecated.
Like
pool(String, PoolOptions) with default options. |
static DB2Pool |
DB2Pool.pool(String connectionUri,
PoolOptions options)
Deprecated.
|
static DB2Pool |
DB2Pool.pool(java.util.function.Supplier<Future<DB2ConnectOptions>> databases,
PoolOptions poolOptions)
Deprecated.
Create a connection pool to the DB2
databases . |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
DB2ConnectOptions database,
PoolOptions options)
Deprecated.
Like
pool(DB2ConnectOptions, PoolOptions) with a specific
Vertx instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
List<DB2ConnectOptions> databases,
PoolOptions options)
Deprecated.
Like
pool(List, PoolOptions) with a specific
Vertx instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri)
Deprecated.
Like
pool(Vertx, String,PoolOptions) with default options. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri,
PoolOptions options)
Deprecated.
|
static DB2Pool |
DB2Pool.pool(Vertx vertx,
java.util.function.Supplier<Future<DB2ConnectOptions>> databases,
PoolOptions poolOptions)
Deprecated.
Like
pool(Supplier, PoolOptions) with a specific Vertx instance. |
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 © 2024 Eclipse. All rights reserved.