Uses of Class
io.vertx.mutiny.mysqlclient.MySQLConnection
Packages that use MySQLConnection
-
Uses of MySQLConnection in io.vertx.mutiny.mysqlclient
Fields in io.vertx.mutiny.mysqlclient with type parameters of type MySQLConnectionModifier and TypeFieldDescriptionstatic final TypeArg<MySQLConnection>MySQLConnection.__TYPE_ARGMethods in io.vertx.mutiny.mysqlclient that return MySQLConnectionModifier and TypeMethodDescriptionstatic MySQLConnectionMySQLConnection.cast(SqlConnection sqlConnection) MySQLConnection.changeUserAndForget(io.vertx.mysqlclient.MySQLAuthOptions options) Variant ofchangeUser(MySQLAuthOptions)that ignores the result of the operation.MySQLConnection.closeHandler(Runnable handler) static MySQLConnectionMySQLConnection.connectAndAwait(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions) Blocking variant ofconnect(io.vertx.mutiny.core.Vertx,MySQLConnectOptions).static MySQLConnectionMySQLConnection.connectAndAwait(Vertx vertx, String connectionUri) Blocking variant ofconnect(io.vertx.mutiny.core.Vertx,String).MySQLConnection.debugAndForget()Variant ofdebug()that ignores the result of the operation.MySQLConnection.exceptionHandler(Consumer<Throwable> handler) MySQLConnection.getInternalStatisticsAndForget()Variant ofgetInternalStatistics()that ignores the result of the operation.static MySQLConnectionMySQLConnection.newInstance(io.vertx.mysqlclient.MySQLConnection arg) MySQLConnection.pingAndForget()Variant ofping()that ignores the result of the operation.MySQLConnection.prepareAndForget(String sql) Variant ofprepare(String)that ignores the result of the operation.MySQLConnection.resetConnectionAndForget()Variant ofresetConnection()that ignores the result of the operation.MySQLConnection.setOptionAndForget(io.vertx.mysqlclient.MySQLSetOption option) Variant ofsetOption(MySQLSetOption)that ignores the result of the operation.MySQLConnection.specifySchemaAndForget(String schemaName) Variant ofspecifySchema(String)that ignores the result of the operation.Methods in io.vertx.mutiny.mysqlclient that return types with arguments of type MySQLConnectionModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<MySQLConnection>Create a connection to MySQL server with the givenconnectOptions.static io.smallrye.mutiny.Uni<MySQLConnection>Likeconnect(io.vertx.mutiny.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)with options built fromconnectionUri.