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