Tds v1.1.6 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, 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.