Package | Description |
---|---|
io.vertx.rxjava3.db2client |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<DB2Connection> |
DB2Connection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static DB2Connection |
DB2Connection.cast(SqlConnection sqlConnection)
Cast a to
DB2Connection . |
DB2Connection |
DB2Connection.closeHandler(Handler<Void> handler) |
DB2Connection |
DB2Connection.exceptionHandler(Handler<Throwable> handler) |
static DB2Connection |
DB2Connection.newInstance(DB2Connection arg) |
Modifier and Type | Method and Description |
---|---|
static Single<DB2Connection> |
DB2Connection.connect(Vertx vertx,
DB2ConnectOptions connectOptions)
Create a connection to DB2 server with the given
connectOptions . |
static Single<DB2Connection> |
DB2Connection.connect(Vertx vertx,
String connectionUri)
Like
connect(io.vertx.rxjava3.core.Vertx, io.vertx.db2client.DB2ConnectOptions) with options build
from connectionUri . |
static Single<DB2Connection> |
DB2Connection.rxConnect(Vertx vertx,
DB2ConnectOptions connectOptions)
Create a connection to DB2 server with the given
connectOptions . |
static Single<DB2Connection> |
DB2Connection.rxConnect(Vertx vertx,
String connectionUri)
Like
connect(io.vertx.rxjava3.core.Vertx, io.vertx.db2client.DB2ConnectOptions) with options build
from connectionUri . |
Copyright © 2021 Eclipse. All rights reserved.