MscmpSystDb.DbTypes.IntegerRange (mscmp_syst_db v0.1.0)
An Elixir representation of the PostgreSQL int8range
data type.
Derived from the Postgrex.Range data type. For more information about this data type, see: The PostgreSQL Documentation: Range Types
Summary
Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.
Types
Functions
Link to this function
embed_as(_)
Callback implementation for Ecto.Type.embed_as/1
.
Link to this function
equal?(term1, term2)
Callback implementation for Ecto.Type.equal?/2
.