// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! TDS data type definitions and serialization.
//!
//! Provides Rust representations of SQL Server data types, encoding/decoding
//! between TDS wire format and Rust values, and metadata structures for
//! bulk copy operations.
/// Metadata types for bulk copy column mappings.
/// Decoded column value types returned in result rows.
/// Decimal/numeric decoding helpers.
pub
pub
/// Trait for pluggable row decoding sinks.
/// SQL Server `json` column type.
/// SQL Server character string type with encoding.
/// Table-valued parameter (TVP) types for RPC calls.
/// SQL Server `vector` column type.
/// Wire-level TDS data type identifiers.
/// Input parameter types for RPC calls.
pub