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 a default poolOptions
.DB2Pool.pool(Vertx, String,PoolOptions)
with a default
poolOptions
..DB2Pool.pool(Vertx, DB2ConnectOptions, PoolOptions)
with
connectOptions
build from connectionUri
.connectOptions
and poolOptions
.DB2Pool.pool(DB2ConnectOptions, PoolOptions)
with a specific
Vertx
instance.Copyright © 2020 Eclipse. All rights reserved.