View Source Tds.Protocol.ColMetadata (Tds v2.3.5)

Parses the column metadata from TDS response.

Summary

Types

@type t() :: %Tds.Protocol.ColMetadata{
  column_name: nil | binary(),
  data_type: nil | integer(),
  flags: nil | integer(),
  length: nil | integer(),
  user_type: nil | integer()
}

Functions

@spec parse(binary()) :: [t()]