Package | Description |
---|---|
io.vertx.reactivex.db2client |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<DB2Connection> |
DB2Connection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
DB2Connection |
DB2Connection.closeHandler(Handler<Void> handler) |
DB2Connection |
DB2Connection.debug()
Send a DEBUG command to dump debug information to the server's stdout.
|
DB2Connection |
DB2Connection.debug(Handler<AsyncResult<Void>> handler)
Send a DEBUG command to dump debug information to the server's stdout.
|
DB2Connection |
DB2Connection.exceptionHandler(Handler<Throwable> handler) |
static DB2Connection |
DB2Connection.newInstance(io.vertx.db2client.DB2Connection arg) |
DB2Connection |
DB2Connection.ping()
Send a PING command to check if the server is alive.
|
DB2Connection |
DB2Connection.ping(Handler<AsyncResult<Void>> handler)
Send a PING command to check if the server is alive.
|
DB2Connection |
DB2Connection.prepare(String sql) |
DB2Connection |
DB2Connection.prepare(String sql,
Handler<AsyncResult<PreparedStatement>> handler) |
Modifier and Type | Method and Description |
---|---|
static Single<DB2Connection> |
DB2Connection.rxConnect(Vertx vertx,
io.vertx.db2client.DB2ConnectOptions connectOptions)
Create a connection to DB2 server with the given
connectOptions . |
Modifier and Type | Method and Description |
---|---|
static void |
DB2Connection.connect(Vertx vertx,
io.vertx.db2client.DB2ConnectOptions connectOptions,
Handler<AsyncResult<DB2Connection>> handler)
Create a connection to DB2 server with the given
connectOptions . |
Copyright © 2020 Eclipse. All rights reserved.