Uses of Class
io.vertx.reactivex.db2client.DB2Connection
-
Packages that use DB2Connection Package Description io.vertx.reactivex.db2client -
-
Uses of DB2Connection in io.vertx.reactivex.db2client
Fields in io.vertx.reactivex.db2client with type parameters of type DB2Connection Modifier and Type Field Description static TypeArg<DB2Connection>DB2Connection. __TYPE_ARGMethods in io.vertx.reactivex.db2client that return DB2Connection Modifier and Type Method Description static DB2ConnectionDB2Connection. cast(SqlConnection sqlConnection)Cast a toDB2Connection.DB2ConnectionDB2Connection. closeHandler(Handler<Void> handler)DB2ConnectionDB2Connection. debug()Send a DEBUG command to dump debug information to the server's stdout.DB2ConnectionDB2Connection. debug(Handler<AsyncResult<Void>> handler)Send a DEBUG command to dump debug information to the server's stdout.DB2ConnectionDB2Connection. exceptionHandler(Handler<Throwable> handler)static DB2ConnectionDB2Connection. newInstance(DB2Connection arg)DB2ConnectionDB2Connection. ping()Send a PING command to check if the server is alive.DB2ConnectionDB2Connection. ping(Handler<AsyncResult<Void>> handler)Send a PING command to check if the server is alive.DB2ConnectionDB2Connection. prepare(String sql)DB2ConnectionDB2Connection. prepare(String sql, Handler<AsyncResult<PreparedStatement>> handler)Methods in io.vertx.reactivex.db2client that return types with arguments of type DB2Connection Modifier and Type Method Description static io.reactivex.Single<DB2Connection>DB2Connection. rxConnect(Vertx vertx, DB2ConnectOptions connectOptions)Create a connection to DB2 server with the givenconnectOptions.static io.reactivex.Single<DB2Connection>DB2Connection. rxConnect(Vertx vertx, String connectionUri)Likeconnect(io.vertx.reactivex.core.Vertx, io.vertx.db2client.DB2ConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.db2client.DB2Connection>>)with options build fromconnectionUri.Method parameters in io.vertx.reactivex.db2client with type arguments of type DB2Connection Modifier and Type Method Description static voidDB2Connection. connect(Vertx vertx, DB2ConnectOptions connectOptions, Handler<AsyncResult<DB2Connection>> handler)Create a connection to DB2 server with the givenconnectOptions.static voidDB2Connection. connect(Vertx vertx, String connectionUri, Handler<AsyncResult<DB2Connection>> handler)Likeconnect(io.vertx.reactivex.core.Vertx, io.vertx.db2client.DB2ConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.db2client.DB2Connection>>)with options build fromconnectionUri.
-