View Source Postgrex.MACADDR (Postgrex v0.19.0)
Struct for PostgreSQL macaddr
.
Fields
address
Summary
Types
@type macaddr() :: {0..255, 0..255, 0..255, 0..255, 0..255, 0..255}
@type t() :: %Postgrex.MACADDR{address: macaddr()}
Struct for PostgreSQL macaddr
.
address
@type macaddr() :: {0..255, 0..255, 0..255, 0..255, 0..255, 0..255}
@type t() :: %Postgrex.MACADDR{address: macaddr()}