AntlUtilsEcto.Queryable behaviour (antl_utils_ecto v2.10.1) View Source
Superpower your schemas.
Link to this section Summary
Link to this section Functions
Specs
filter_by_field(any(), {any(), any()}, keyword()) :: Ecto.Query.t()
Specs
order_by(Ecto.Queryable.t(), list()) :: Ecto.Queryable.t()
Specs
paginate(any(), pos_integer(), pos_integer()) :: Ecto.Query.t()
Specs
Specs
Specs
select_fields(Ecto.Queryable.t(), nil | list()) :: Ecto.Queryable.t()
Link to this section Callbacks
Specs
filter( Ecto.Queryable.t(), keyword() ) :: Ecto.Queryable.t()
Specs
include(Ecto.Queryable.t(), list()) :: Ecto.Queryable.t()
Specs
order_by(Ecto.Queryable.t(), list() | keyword()) :: Ecto.Queryable.t()
Specs
paginate(Ecto.Queryable.t(), pos_integer(), pos_integer()) :: Ecto.Queryable.t()
Specs
queryable() :: Ecto.Queryable.t()
Specs
search(Ecto.Queryable.t(), binary()) :: Ecto.Queryable.t()
Specs
select_fields(Ecto.Queryable.t(), list()) :: Ecto.Queryable.t()