Postgrex.TypeInfo

The information about a type that is provided to the custom encoder/decoder functions.

Source

Types

t :: %Postgrex.TypeInfo{oid: pos_integer, sender: String.t, type: String.t, array_elem: pos_integer, comp_elems: [pos_integer]}