Uses of Interface
io.vertx.mssqlclient.MSSQLConnection
Packages that use MSSQLConnection
Package
Description
-
Uses of MSSQLConnection in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return MSSQLConnectionModifier and TypeMethodDescriptionstatic MSSQLConnectionMSSQLConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoMSSQLConnection.MSSQLConnection.closeHandler(Handler<Void> handler) Set an handler called when the connection is closed.MSSQLConnection.exceptionHandler(Handler<Throwable> handler) Set an handler called with connection errors.MSSQLConnection.infoHandler(Handler<MSSQLInfo> handler) Set a handler called when the connection receives an informational message from the server.Methods in io.vertx.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. -
Uses of MSSQLConnection in io.vertx.reactivex.mssqlclient
Methods in io.vertx.reactivex.mssqlclient that return MSSQLConnectionMethods in io.vertx.reactivex.mssqlclient with parameters of type MSSQLConnectionModifier and TypeMethodDescriptionstatic MSSQLConnectionMSSQLConnection.newInstance(MSSQLConnection arg) Constructors in io.vertx.reactivex.mssqlclient with parameters of type MSSQLConnection -
Uses of MSSQLConnection in io.vertx.rxjava3.mssqlclient
Methods in io.vertx.rxjava3.mssqlclient that return MSSQLConnectionMethods in io.vertx.rxjava3.mssqlclient with parameters of type MSSQLConnectionModifier and TypeMethodDescriptionstatic MSSQLConnectionMSSQLConnection.newInstance(MSSQLConnection arg) Constructors in io.vertx.rxjava3.mssqlclient with parameters of type MSSQLConnection