Tds v1.2.1 Tds.Parameter View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tds.Parameter{
  direction: :input | :output,
  length: nil | integer(),
  name: String.t() | nil,
  type: atom() | nil,
  value: String.t() | nil
}

Link to this section Functions

Link to this function

do_name(list, name, acc) View Source

Link to this function

fix_data_type(raw_param, acc) View Source

Prepares parameters by giving them names, define missing type, encoding value if necessary.