shortcode v0.5.0 Shortcode.Ecto.UUID View Source
An Ecto type for UUIDs shortcode with prefix.
Link to this section Summary
Functions
Callback implementation for Ecto.ParameterizedType.autogenerate/1
.
Callback implementation for Ecto.ParameterizedType.cast/2
.
Callback implementation for Ecto.ParameterizedType.dump/3
.
Callback implementation for Ecto.ParameterizedType.embed_as/2
.
Callback implementation for Ecto.ParameterizedType.equal?/3
.
Callback implementation for Ecto.ParameterizedType.init/1
.
Callback implementation for Ecto.ParameterizedType.load/3
.
Callback implementation for Ecto.ParameterizedType.type/1
.
Link to this section Types
Specs
raw() :: <<_::128>>
A raw binary representation of a UUID.
Specs
t() :: binary()
Specs
uuid() :: <<_::288>>
A hex-encoded UUID string.
Link to this section Functions
Specs
Callback implementation for Ecto.ParameterizedType.autogenerate/1
.
Specs
Callback implementation for Ecto.ParameterizedType.cast/2
.
Specs
Callback implementation for Ecto.ParameterizedType.dump/3
.
Callback implementation for Ecto.ParameterizedType.embed_as/2
.
Callback implementation for Ecto.ParameterizedType.equal?/3
.
Specs
Callback implementation for Ecto.ParameterizedType.init/1
.
Specs
Callback implementation for Ecto.ParameterizedType.load/3
.
Specs
type(any()) :: :uuid
Callback implementation for Ecto.ParameterizedType.type/1
.