Package | Description |
---|---|
io.vertx.rxjava3.mysqlclient |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MySQLConnection> |
MySQLConnection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MySQLConnection |
MySQLConnection.cast(SqlConnection sqlConnection)
Cast a to
MySQLConnection . |
MySQLConnection |
MySQLConnection.closeHandler(io.vertx.core.Handler<Void> handler) |
MySQLConnection |
MySQLConnection.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
static MySQLConnection |
MySQLConnection.newInstance(io.vertx.mysqlclient.MySQLConnection arg) |
Modifier and Type | Method and Description |
---|---|
static io.reactivex.rxjava3.core.Single<MySQLConnection> |
MySQLConnection.connect(Vertx vertx,
io.vertx.mysqlclient.MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the given
connectOptions . |
static io.reactivex.rxjava3.core.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 io.reactivex.rxjava3.core.Single<MySQLConnection> |
MySQLConnection.rxConnect(Vertx vertx,
io.vertx.mysqlclient.MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the given
connectOptions . |
static io.reactivex.rxjava3.core.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.