Package | Description |
---|---|
io.vertx.rxjava3.mssqlclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MSSQLConnection> |
MSSQLConnection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MSSQLConnection |
MSSQLConnection.cast(SqlConnection sqlConnection)
Cast a to
MSSQLConnection . |
MSSQLConnection |
MSSQLConnection.closeHandler(Handler<Void> handler) |
MSSQLConnection |
MSSQLConnection.exceptionHandler(Handler<Throwable> handler) |
MSSQLConnection |
MSSQLConnection.infoHandler(Handler<MSSQLInfo> handler)
Set a handler called when the connection receives an informational message from the server.
|
static MSSQLConnection |
MSSQLConnection.newInstance(MSSQLConnection arg) |
Modifier and Type | Method and Description |
---|---|
static Single<MSSQLConnection> |
MSSQLConnection.connect(Vertx vertx,
MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given
connectOptions . |
static 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 Single<MSSQLConnection> |
MSSQLConnection.rxConnect(Vertx vertx,
MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given
connectOptions . |
static 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 © 2023 Eclipse. All rights reserved.