Uses of Class
io.vertx.rxjava3.db2client.DB2Connection
Packages that use DB2Connection
-
Uses of DB2Connection in io.vertx.rxjava3.db2client
Fields in io.vertx.rxjava3.db2client with type parameters of type DB2ConnectionMethods in io.vertx.rxjava3.db2client that return DB2ConnectionModifier and TypeMethodDescriptionstatic DB2ConnectionDB2Connection.cast(SqlConnection sqlConnection) Cast a toDB2Connection.DB2Connection.closeHandler(Handler<Void> handler) DB2Connection.exceptionHandler(Handler<Throwable> handler) static DB2ConnectionDB2Connection.newInstance(DB2Connection arg) Methods in io.vertx.rxjava3.db2client that return types with arguments of type DB2ConnectionModifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Single<DB2Connection>DB2Connection.connect(io.vertx.rxjava3.core.Vertx vertx, DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static io.reactivex.rxjava3.core.Single<DB2Connection>Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.db2client.DB2ConnectOptions)with options build fromconnectionUri.static io.reactivex.rxjava3.core.Single<DB2Connection>DB2Connection.rxConnect(io.vertx.rxjava3.core.Vertx vertx, DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static io.reactivex.rxjava3.core.Single<DB2Connection>Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.db2client.DB2ConnectOptions)with options build fromconnectionUri.