Expand description
TDS binary encoding for SQL values.
This module provides encoding of Rust values into TDS wire format for transmission to SQL Server.
Traits§
- TdsEncode
- Trait for encoding values to TDS binary format.
Functions§
- encode_
utf16_ string - Encode a string as UTF-16LE with length prefix.