Uses of Class
io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Packages that use MySQLConnection Package Description io.vertx.rxjava3.mysqlclient -
-
Uses of MySQLConnection in io.vertx.rxjava3.mysqlclient
Fields in io.vertx.rxjava3.mysqlclient with type parameters of type MySQLConnection Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<MySQLConnection>
MySQLConnection. __TYPE_ARG
Methods in io.vertx.rxjava3.mysqlclient that return MySQLConnection Modifier and Type Method Description static MySQLConnection
MySQLConnection. cast(SqlConnection sqlConnection)
Cast a toMySQLConnection
.MySQLConnection
MySQLConnection. closeHandler(Handler<Void> handler)
MySQLConnection
MySQLConnection. exceptionHandler(Handler<Throwable> handler)
static MySQLConnection
MySQLConnection. newInstance(MySQLConnection arg)
Methods in io.vertx.rxjava3.mysqlclient that return types with arguments of type MySQLConnection Modifier and Type Method Description static Single<MySQLConnection>
MySQLConnection. connect(Vertx vertx, MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the givenconnectOptions
.static Single<MySQLConnection>
MySQLConnection. connect(Vertx vertx, String connectionUri)
Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
.static Single<MySQLConnection>
MySQLConnection. rxConnect(Vertx vertx, MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the givenconnectOptions
.static Single<MySQLConnection>
MySQLConnection. rxConnect(Vertx vertx, String connectionUri)
Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
.
-