Skip to main content

Module token

Module token 

Source
Expand description

Bounded tabular-result token parsing helpers.

Structs§

Done
DONE token data.
LoginAck
LOGINACK token data.
ServerError
ERROR token data.
TokenType
TDS tabular-result token type byte.

Enums§

EnvChange
ENVCHANGE token data.
LoginResponse
Result of interpreting a LOGIN7 response token stream.
Token
Parsed subset of TDS tabular-result tokens needed during login.
TokenParseError
Error returned while parsing a bounded TDS token stream.

Functions§

parse_login_response
Interprets a LOGIN7 response token stream as success or server failure.
parse_tokens
Parses the bounded token subset currently needed from a tabular-result payload.