SqlConnection
to DB2Connection
.DB2Pool.client(String, PoolOptions)
with default options.DB2Pool.client(Vertx, String, PoolOptions)
with default options.database
configured with the given options
.DB2Pool.client(DB2ConnectOptions, PoolOptions)
with a specific
Vertx
instance.databases
with round-robin selection.DB2Pool.client(List, PoolOptions)
with a specific
Vertx
instance.connectOptions
.DB2Connection.connect(Vertx, DB2ConnectOptions, Handler)
but returns a
Future
of the asynchronous resultDB2Connection.connect(Vertx, DB2ConnectOptions, Handler)
with options build
from connectionUri
.DB2Connection.connect(Vertx, String, Handler)
but returns a Future
of
the asynchronous resultDB2Connection
or DB2Pool
.DB2ConnectOptions
.RuntimeException
signals that an error occurred.DB2Connection.debug(Handler)
but returns a Future
of the asynchronous
resultDB2ConnectOptions
configured from a connection URI.DB2Connection.ping(Handler)
but returns a Future
of the asynchronous
resultDB2Pool.pool(String, PoolOptions)
with default options.DB2Pool.pool(Vertx, String,PoolOptions)
with default options.database
configured with the given options
.DB2Pool.pool(DB2ConnectOptions, PoolOptions)
with a specific
Vertx
instance.databases
with round-robin selection.DB2Pool.pool(List, PoolOptions)
with a specific
Vertx
instance.Copyright © 2022 Eclipse. All rights reserved.