Uses of Class
io.vertx.reactivex.mssqlclient.MSSQLConnection
-
Packages that use MSSQLConnection Package Description io.vertx.reactivex.mssqlclient -
-
Uses of MSSQLConnection in io.vertx.reactivex.mssqlclient
Fields in io.vertx.reactivex.mssqlclient with type parameters of type MSSQLConnection Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<MSSQLConnection>
MSSQLConnection. __TYPE_ARG
Methods in io.vertx.reactivex.mssqlclient that return MSSQLConnection Modifier and Type Method Description static MSSQLConnection
MSSQLConnection. cast(SqlConnection sqlConnection)
Cast a toMSSQLConnection
.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)
Methods in io.vertx.reactivex.mssqlclient that return types with arguments of type MSSQLConnection Modifier and Type Method Description static Future<MSSQLConnection>
MSSQLConnection. connect(Vertx vertx, MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the givenconnectOptions
.static Future<MSSQLConnection>
MSSQLConnection. connect(Vertx vertx, String connectionUri)
Likeconnect(io.vertx.reactivex.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)
with options built fromconnectionUri
.static Single<MSSQLConnection>
MSSQLConnection. rxConnect(Vertx vertx, MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the givenconnectOptions
.static Single<MSSQLConnection>
MSSQLConnection. rxConnect(Vertx vertx, String connectionUri)
Likeconnect(io.vertx.reactivex.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)
with options built fromconnectionUri
.
-