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 TypeArg<MSSQLConnection>MSSQLConnection. __TYPE_ARGMethods in io.vertx.reactivex.mssqlclient that return MSSQLConnection Modifier and Type Method Description static MSSQLConnectionMSSQLConnection. cast(SqlConnection sqlConnection)Cast a toMSSQLConnection.MSSQLConnectionMSSQLConnection. closeHandler(io.vertx.core.Handler<Void> handler)MSSQLConnectionMSSQLConnection. exceptionHandler(io.vertx.core.Handler<Throwable> handler)MSSQLConnectionMSSQLConnection. infoHandler(io.vertx.core.Handler<io.vertx.mssqlclient.MSSQLInfo> handler)Set a handler called when the connection receives an informational message from the server.static MSSQLConnectionMSSQLConnection. newInstance(io.vertx.mssqlclient.MSSQLConnection arg)MSSQLConnectionMSSQLConnection. prepare(String s)MSSQLConnectionMSSQLConnection. prepare(String s, io.vertx.core.Handler<io.vertx.core.AsyncResult<PreparedStatement>> handler)Methods in io.vertx.reactivex.mssqlclient that return types with arguments of type MSSQLConnection Modifier and Type Method Description static io.reactivex.Single<MSSQLConnection>MSSQLConnection. rxConnect(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions)Create a connection to SQL Server with the givenconnectOptions.static io.reactivex.Single<MSSQLConnection>MSSQLConnection. rxConnect(Vertx vertx, String connectionUri)Method parameters in io.vertx.reactivex.mssqlclient with type arguments of type MSSQLConnection Modifier and Type Method Description static voidMSSQLConnection. connect(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<MSSQLConnection>> handler)Create a connection to SQL Server with the givenconnectOptions.static voidMSSQLConnection. connect(Vertx vertx, String connectionUri, io.vertx.core.Handler<io.vertx.core.AsyncResult<MSSQLConnection>> handler)
-