Uses of Class
io.vertx.reactivex.mssqlclient.MSSQLConnection
Packages that use MSSQLConnection
-
Uses of MSSQLConnection in io.vertx.reactivex.mssqlclient
Fields in io.vertx.reactivex.mssqlclient with type parameters of type MSSQLConnectionModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MSSQLConnection> MSSQLConnection.__TYPE_ARGMethods in io.vertx.reactivex.mssqlclient that return MSSQLConnectionModifier and TypeMethodDescriptionstatic MSSQLConnectionMSSQLConnection.cast(SqlConnection sqlConnection) Cast a toMSSQLConnection.MSSQLConnection.closeHandler(Handler<Void> handler) MSSQLConnection.exceptionHandler(Handler<Throwable> handler) MSSQLConnection.infoHandler(Handler<MSSQLInfo> handler) Set a handler called when the connection receives an informational message from the server.static MSSQLConnectionMSSQLConnection.newInstance(MSSQLConnection arg) Methods in io.vertx.reactivex.mssqlclient that return types with arguments of type MSSQLConnectionModifier and TypeMethodDescriptionstatic Future<MSSQLConnection> MSSQLConnection.connect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.static Future<MSSQLConnection> LikeMSSQLConnection.connect(Vertx, 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> LikeMSSQLConnection.connect(Vertx, MSSQLConnectOptions)with options built fromconnectionUri.