Expand description
SQL value representation.
Structs§
- Money
- Wrapper that sends its inner
rust_decimal::Decimalas SQL Server MONEY (signed 64-bit fixed-point scaled by 10_000) instead of DECIMAL. - Small
Date Time - Wrapper that sends its inner
chrono::NaiveDateTimeas SQL Server SMALLDATETIME (4-byte days-since-1900 + minutes-since-midnight) instead of DATETIME2. - Small
Money - Wrapper that sends its inner
rust_decimal::Decimalas SQL Server SMALLMONEY (signed 32-bit fixed-point scaled by 10_000).
Enums§
- SqlValue
- A SQL value that can represent any SQL Server data type.