Uses of Class
io.vertx.mssqlclient.MSSQLInfo
-
Packages that use MSSQLInfo Package Description io.vertx.mssqlclient -
-
Uses of MSSQLInfo in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return MSSQLInfo Modifier and Type Method Description MSSQLInfoMSSQLInfo. setLineNumber(int lineNumber)MSSQLInfoMSSQLInfo. setMessage(String message)MSSQLInfoMSSQLInfo. setNumber(int number)MSSQLInfoMSSQLInfo. setProcedureName(String procedureName)MSSQLInfoMSSQLInfo. setServerName(String serverName)MSSQLInfoMSSQLInfo. setSeverity(byte severity)MSSQLInfoMSSQLInfo. setState(byte state)Method parameters in io.vertx.mssqlclient with type arguments of type MSSQLInfo Modifier and Type Method Description MSSQLConnectionMSSQLConnection. 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 Constructor Description MSSQLInfo(MSSQLInfo other)
-