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