AntlUtilsEcto.Query (antl_utils_ecto v0.1.0)
Link to this section Summary
Link to this section Functions
Link to this function
or_where(queryable, key, value)
Specs
or_where(any(), atom(), nil | binary() | [any()]) :: Ecto.Query.t()
Link to this function
or_where_like(queryable, key, value)
Specs
or_where_like(any(), atom(), binary()) :: Ecto.Query.t()
Link to this function
order_by(queryable, key, order)
Specs
order_by(any(), atom(), :asc | :desc) :: Ecto.Query.t()
Link to this function
where(queryable, key, value)
Specs
Link to this function
where_in_period(queryable, start_at_key, end_at_key, datetime)
Specs
where_in_period(any(), atom(), atom(), DateTime.t()) :: Ecto.Query.t()
Link to this function
where_like(queryable, key, value)
Specs
where_like(any(), atom(), binary()) :: Ecto.Query.t()