Info token

An Info token is sent by the server to inform the client of something.


Properties

byte tokenType: the type code for this token (0xAB).

String tokenTypeName: the name corresponding to this token's type ("Info").

int infoNumber: the info number

byte state: the error state, used as a modifier to the info number

byte infoClass: the class (or severity) of the error. Less than 10 indicates an informational message.

String message: the info message.

String serverName: the name of the server.

String procedureName: the name of the stored procedure, if relevant.

int lineNumber: the line number.