infrastructure/native/protocol/binary_protocol library

Classes

BinaryProtocolParser
Parser for binary protocol query results.
ColumnMetadata
Metadata for a single column in a query result.
ParsedQueryMessage
A parsed ODBC binary message: row/column payload plus optional OUT1 parameter values.
ParsedRowBuffer
Parsed result buffer containing rows and column metadata.

Extensions

ColumnMetadataTypedView on ColumnMetadata
Typed-view extension over the domain ColumnMetadata. Lives in the infrastructure layer because OdbcType is a wire-protocol concern; the domain stays free of FFI dependencies.