Uses of Interface
io.vertx.db2client.DB2Connection
-
Packages that use DB2Connection Package Description io.vertx.db2client io.vertx.reactivex.db2client io.vertx.rxjava3.db2client -
-
Uses of DB2Connection in io.vertx.db2client
Methods in io.vertx.db2client that return DB2Connection Modifier and Type Method Description static DB2Connection
DB2Connection. cast(SqlConnection sqlConnection)
Cast aSqlConnection
toDB2Connection
.DB2Connection
DB2Connection. closeHandler(Handler<Void> handler)
DB2Connection
DB2Connection. exceptionHandler(Handler<Throwable> handler)
Methods in io.vertx.db2client that return types with arguments of type DB2Connection Modifier and Type Method Description static Future<DB2Connection>
DB2Connection. connect(Vertx vertx, DB2ConnectOptions connectOptions)
Create a connection to DB2 server with the givenconnectOptions
.static Future<DB2Connection>
DB2Connection. connect(Vertx vertx, String connectionUri)
Likeconnect(Vertx, DB2ConnectOptions)
with options build fromconnectionUri
. -
Uses of DB2Connection in io.vertx.reactivex.db2client
Methods in io.vertx.reactivex.db2client that return DB2Connection Modifier and Type Method Description DB2Connection
DB2Connection. getDelegate()
Methods in io.vertx.reactivex.db2client with parameters of type DB2Connection Modifier and Type Method Description static DB2Connection
DB2Connection. newInstance(DB2Connection arg)
Constructors in io.vertx.reactivex.db2client with parameters of type DB2Connection Constructor Description DB2Connection(DB2Connection delegate)
-
Uses of DB2Connection in io.vertx.rxjava3.db2client
Methods in io.vertx.rxjava3.db2client that return DB2Connection Modifier and Type Method Description DB2Connection
DB2Connection. getDelegate()
Methods in io.vertx.rxjava3.db2client with parameters of type DB2Connection Modifier and Type Method Description static DB2Connection
DB2Connection. newInstance(DB2Connection arg)
Constructors in io.vertx.rxjava3.db2client with parameters of type DB2Connection Constructor Description DB2Connection(DB2Connection delegate)
-