Postgrex v0.12.2 Postgrex.MACADDR View Source

Struct for Postgres macaddr.

Fields

  • address

Link to this section Summary

Link to this section Types

Link to this type macaddr() View Source
macaddr() :: {0..255, 0..255, 0..255, 0..255, 0..255, 0..255}
Link to this type t() View Source
t() :: %Postgrex.MACADDR{address: macaddr}