Uses of Class
io.vertx.mutiny.db2client.DB2Connection
Packages that use DB2Connection
-
Uses of DB2Connection in io.vertx.mutiny.db2client
Fields in io.vertx.mutiny.db2client with type parameters of type DB2ConnectionMethods in io.vertx.mutiny.db2client that return DB2ConnectionModifier and TypeMethodDescriptionDB2Connection.beginAndForget()Begin a transaction and returns aTransactionfor controlling and tracking this transaction.static DB2ConnectionDB2Connection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoDB2Connection.DB2Connection.closeAndForget()Close the client and release the associated resources.DB2Connection.closeHandler(Runnable handler) static DB2ConnectionDB2Connection.connectAndAwait(Vertx vertx, io.vertx.db2client.DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static DB2ConnectionDB2Connection.connectAndAwait(Vertx vertx, String connectionUri) Likeconnect(Vertx, DB2ConnectOptions)with options build fromconnectionUri.DB2Connection.debugAndForget()Send a DEBUG command to dump debug information to the server's stdout.DB2Connection.exceptionHandler(Consumer<Throwable> handler) static DB2ConnectionDB2Connection.newInstance(io.vertx.db2client.DB2Connection delegate) Creates a new instance of theDB2Connection.DB2Connection.pingAndForget()Send a PING command to check if the server is alive.DB2Connection.prepareAndForget(String sql) Create a prepared statement using the givensqlstring.DB2Connection.prepareAndForget(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.db2client that return types with arguments of type DB2ConnectionModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<DB2Connection>Create a connection to DB2 server with the givenconnectOptions.static io.smallrye.mutiny.Uni<DB2Connection>Likeconnect(Vertx, DB2ConnectOptions)with options build fromconnectionUri.