Postgrex.TypeInfo

The information about a type that is provided to the custom encoder/decoder functions. See http://www.postgresql.org/docs/9.4/static/catalog-pg-type.html for clarifications of the fields.

Source

Types

t :: %Postgrex.TypeInfo{oid: Postgrex.Types.oid, type: String.t, send: String.t, receive: String.t, output: String.t, input: String.t, array_elem: Postgrex.Types.oid, base_type: Postgrex.Types.oid, comp_elems: [Postgrex.Types.oid]}