View Source Tds.Parameter (Tds v2.3.1)

Link to this section Summary

Link to this section Types

Specs

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.