Box.BinaryFlags.EctoType (box v0.15.1)

View Source

Binary flags type for integer (binary based) flag list.

New flags must but added to the bottom of the list and not in between.

Summary

Functions

Callback implementation for Ecto.ParameterizedType.cast/2.

Callback implementation for Ecto.ParameterizedType.init/1.

Callback implementation for Ecto.ParameterizedType.type/1.

Functions

cast(integer, arg2)

Callback implementation for Ecto.ParameterizedType.cast/2.

dump(flags, _, arg3)

Callback implementation for Ecto.ParameterizedType.dump/3.

init(options)

Callback implementation for Ecto.ParameterizedType.init/1.

load(integer, _, map)

Callback implementation for Ecto.ParameterizedType.load/3.

type(_)

Callback implementation for Ecto.ParameterizedType.type/1.