Search
Parses the column metadata from TDS response.
@type t() :: %Tds.Protocol.ColMetadata{ column_name: nil | binary(), data_type: nil | integer(), flags: nil | integer(), length: nil | integer(), user_type: nil | integer() }
@spec parse(binary()) :: [t()]