AntlUtilsEcto.Query (antl_utils_ecto v2.13.2)
View SourceSet of utils for Ecto.Query
Summary
Types
Functions
@spec or_where(any(), atom(), nil | binary() | [any()]) :: Ecto.Query.t()
@spec or_where_like(any(), atom(), binary()) :: Ecto.Query.t()
@spec or_where_not(any(), atom(), nil | binary() | [any()]) :: Ecto.Query.t()
@spec where_extracted_json_contains(Ecto.Queryable.t(), atom(), binary(), binary()) :: Ecto.Queryable.t()
@spec where_in_period(any(), atom(), atom(), DateTime.t()) :: Ecto.Query.t()
@spec where_like(any(), atom(), binary()) :: Ecto.Query.t()
@spec where_period_status( Ecto.Queryable.t(), status() | [status()], atom(), atom(), DateTime.t() ) :: Ecto.Query.t()