Package | Description |
---|---|
io.vertx.rxjava3.mysqlclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MySQLConnection> |
MySQLConnection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MySQLConnection |
MySQLConnection.cast(SqlConnection sqlConnection)
Cast a to
MySQLConnection . |
MySQLConnection |
MySQLConnection.closeHandler(Handler<Void> handler) |
MySQLConnection |
MySQLConnection.exceptionHandler(Handler<Throwable> handler) |
static MySQLConnection |
MySQLConnection.newInstance(MySQLConnection arg) |
Modifier and Type | Method and Description |
---|---|
static Single<MySQLConnection> |
MySQLConnection.connect(Vertx vertx,
MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the given
connectOptions . |
static Single<MySQLConnection> |
MySQLConnection.connect(Vertx vertx,
String connectionUri)
Like
connect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions) with options built from connectionUri . |
static Single<MySQLConnection> |
MySQLConnection.rxConnect(Vertx vertx,
MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the given
connectOptions . |
static Single<MySQLConnection> |
MySQLConnection.rxConnect(Vertx vertx,
String connectionUri)
Like
connect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions) with options built from connectionUri . |
Copyright © 2021 Eclipse. All rights reserved.