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 DB2ConnectionModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<DB2Connection> DB2Connection.__TYPE_ARGMethods 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 Single<DB2Connection> DB2Connection.connect(Vertx vertx, DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static Single<DB2Connection> LikeDB2Connection.connect(Vertx, DB2ConnectOptions)with options build fromconnectionUri.static Single<DB2Connection> DB2Connection.rxConnect(Vertx vertx, DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static Single<DB2Connection> LikeDB2Connection.connect(Vertx, DB2ConnectOptions)with options build fromconnectionUri.