shortcode v0.5.0 Shortcode.Ecto.ID View Source
An Ecto type for ids shortcode with prefix.
Link to this section Summary
Functions
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() :: non_neg_integer()
Stored type data
Specs
t() :: binary()
A binary string.
Link to this section Functions
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()) :: :id
Callback implementation for Ecto.ParameterizedType.type/1
.