AntlUtilsEcto.Queryable behaviour (antl_utils_ecto v1.1.2) View Source
Superpower your schemas.
Link to this section Summary
Link to this section Functions
Specs
filter_by_field({any(), any()}, any()) :: Ecto.Query.t()
Specs
paginate(any(), pos_integer(), pos_integer()) :: Ecto.Query.t()
Specs
Specs
Specs
sort(any(), map()) :: Ecto.Queryable.t()
Link to this section Callbacks
Specs
filter(Ecto.Queryable.t(), 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
sort(Ecto.Queryable.t(), map()) :: Ecto.Queryable.t()