Module decode

Module decode 

Source
Expand description

TDS binary decoding for SQL values.

This module provides decoding of TDS wire format data into Rust values.

Structs§

Collation
SQL Server collation information.
TypeInfo
TDS type information for decoding.

Traits§

TdsDecode
Trait for decoding values from TDS binary format.

Functions§

decode_utf16_string
Decode a UTF-16LE string from bytes.
decode_value
Decode a SQL value based on type information.