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