Uses of Class
io.vertx.mssqlclient.MSSQLInfo
Packages that use MSSQLInfo
Package
Description
-
Uses of MSSQLInfo in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return MSSQLInfoModifier and TypeMethodDescriptionMSSQLInfo.setLineNumber(int lineNumber) MSSQLInfo.setMessage(String message) MSSQLInfo.setNumber(int number) MSSQLInfo.setProcedureName(String procedureName) MSSQLInfo.setServerName(String serverName) MSSQLInfo.setSeverity(byte severity) MSSQLInfo.setState(byte state) Method parameters in io.vertx.mssqlclient with type arguments of type MSSQLInfoModifier and TypeMethodDescriptionMSSQLConnection.infoHandler(Handler<MSSQLInfo> handler) Set a handler called when the connection receives an informational message from the server.Constructors in io.vertx.mssqlclient with parameters of type MSSQLInfo -
Uses of MSSQLInfo in io.vertx.reactivex.mssqlclient
Method parameters in io.vertx.reactivex.mssqlclient with type arguments of type MSSQLInfoModifier and TypeMethodDescriptionMSSQLConnection.infoHandler(Handler<MSSQLInfo> handler) Set a handler called when the connection receives an informational message from the server. -
Uses of MSSQLInfo in io.vertx.rxjava3.mssqlclient
Method parameters in io.vertx.rxjava3.mssqlclient with type arguments of type MSSQLInfoModifier and TypeMethodDescriptionMSSQLConnection.infoHandler(Handler<MSSQLInfo> handler) Set a handler called when the connection receives an informational message from the server.