Package | Description |
---|---|
io.vertx.db2client | |
io.vertx.reactivex.db2client | |
io.vertx.rxjava.db2client |
Modifier and Type | Method and Description |
---|---|
static DB2Connection |
DB2Connection.cast(SqlConnection sqlConnection)
Cast a
SqlConnection to DB2Connection . |
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 Future<DB2Connection> |
DB2Connection.connect(Vertx vertx,
DB2ConnectOptions connectOptions)
Like
connect(Vertx, DB2ConnectOptions, Handler) but returns a
Future of the asynchronous result |
static Future<DB2Connection> |
DB2Connection.connect(Vertx vertx,
String connectionUri)
Like
connect(Vertx, String, Handler) but returns a Future of
the asynchronous result |
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 . |
Modifier and Type | Method and Description |
---|---|
DB2Connection |
DB2Connection.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DB2Connection |
DB2Connection.newInstance(DB2Connection arg) |
Constructor and Description |
---|
DB2Connection(DB2Connection delegate) |
Modifier and Type | Method and Description |
---|---|
DB2Connection |
DB2Connection.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DB2Connection |
DB2Connection.newInstance(DB2Connection arg) |
Constructor and Description |
---|
DB2Connection(DB2Connection delegate) |
Copyright © 2021 Eclipse. All rights reserved.