| Package | Description | 
|---|---|
| io.vertx.db2client | 
| Modifier and Type | Method and Description | 
|---|---|
DB2Connection | 
DB2Connection.closeHandler(Handler<Void> handler)  | 
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)  | 
DB2Connection | 
DB2Connection.ping(Handler<AsyncResult<Void>> handler)
Send a PING command to check if the server is alive. 
 | 
DB2Connection | 
DB2Connection.prepare(String sql,
       Handler<AsyncResult<PreparedStatement>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DB2Connection.connect(Vertx vertx,
       DB2ConnectOptions connectOptions,
       Handler<AsyncResult<DB2Connection>> handler)
Create a connection to DB2 server with the given  
connectOptions. | 
static void | 
DB2Connection.connect(Vertx vertx,
       String connectionUri,
       Handler<AsyncResult<DB2Connection>> handler)
Like  
connect(Vertx, DB2ConnectOptions, Handler) with options build
 from connectionUri. | 
Copyright © 2020 Eclipse. All rights reserved.