Uses of Class
io.vertx.mutiny.mysqlclient.MySQLConnection
-
Packages that use MySQLConnection Package Description io.vertx.mutiny.mysqlclient -
-
Uses of MySQLConnection in io.vertx.mutiny.mysqlclient
Fields in io.vertx.mutiny.mysqlclient with type parameters of type MySQLConnection Modifier and Type Field Description static TypeArg<MySQLConnection>
MySQLConnection. __TYPE_ARG
Methods in io.vertx.mutiny.mysqlclient that return MySQLConnection Modifier and Type Method Description static MySQLConnection
MySQLConnection. cast(SqlConnection sqlConnection)
MySQLConnection
MySQLConnection. changeUserAndForget(io.vertx.mysqlclient.MySQLAuthOptions options)
Variant ofchangeUser(MySQLAuthOptions)
that ignores the result of the operation.MySQLConnection
MySQLConnection. closeHandler(Runnable handler)
static MySQLConnection
MySQLConnection. connectAndAwait(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions)
Blocking variant ofconnect(io.vertx.mutiny.core.Vertx,MySQLConnectOptions)
.static MySQLConnection
MySQLConnection. connectAndAwait(Vertx vertx, String connectionUri)
Blocking variant ofconnect(io.vertx.mutiny.core.Vertx,String)
.MySQLConnection
MySQLConnection. debugAndForget()
Variant ofdebug()
that ignores the result of the operation.MySQLConnection
MySQLConnection. exceptionHandler(Consumer<Throwable> handler)
MySQLConnection
MySQLConnection. getInternalStatisticsAndForget()
Variant ofgetInternalStatistics()
that ignores the result of the operation.static MySQLConnection
MySQLConnection. newInstance(io.vertx.mysqlclient.MySQLConnection arg)
MySQLConnection
MySQLConnection. pingAndForget()
Variant ofping()
that ignores the result of the operation.MySQLConnection
MySQLConnection. prepareAndForget(String sql)
Variant ofprepare(String)
that ignores the result of the operation.MySQLConnection
MySQLConnection. resetConnectionAndForget()
Variant ofresetConnection()
that ignores the result of the operation.MySQLConnection
MySQLConnection. setOptionAndForget(io.vertx.mysqlclient.MySQLSetOption option)
Variant ofsetOption(MySQLSetOption)
that ignores the result of the operation.MySQLConnection
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 MySQLConnection Modifier and Type Method Description static io.smallrye.mutiny.Uni<MySQLConnection>
MySQLConnection. connect(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the givenconnectOptions
.static io.smallrye.mutiny.Uni<MySQLConnection>
MySQLConnection. connect(Vertx vertx, String connectionUri)
Likeconnect(io.vertx.mutiny.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
.
-