Package | Description |
---|---|
io.vertx.db2client | |
io.vertx.reactivex.db2client | |
io.vertx.rxjava.db2client |
Modifier and Type | Method and Description |
---|---|
static DB2Pool |
DB2Pool.pool(DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the DB2 server configured with the given
connectOptions and poolOptions . |
static DB2Pool |
DB2Pool.pool(String connectionUri)
Like
pool(String, PoolOptions) with a default poolOptions . |
static DB2Pool |
DB2Pool.pool(String connectionUri,
PoolOptions poolOptions)
|
static DB2Pool |
DB2Pool.pool(Vertx vertx,
DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(DB2ConnectOptions, PoolOptions) with a specific
Vertx instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri)
Like
pool(Vertx, String,PoolOptions) with a default
poolOptions .. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
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 © 2021 Eclipse. All rights reserved.