Queuetopia.Queue.JobQueryable (queuetopia v2.5.2) View Source

Link to this section Summary

Link to this section Functions

Link to this function

filter(queryable, filters, metadata \\ [])

View Source
Link to this function

include(queryable, includes, metadata \\ [])

View Source

Specs

include(Ecto.Queryable.t(), list(), any()) :: Ecto.Queryable.t()
Link to this function

order_by(queryable, order_bys)

View Source

Callback implementation for AntlUtilsEcto.Queryable.order_by/2.

Link to this function

paginate(queryable, page_size, page_number)

View Source

Callback implementation for AntlUtilsEcto.Queryable.paginate/3.

Callback implementation for AntlUtilsEcto.Queryable.queryable/0.

Link to this function

search(queryable, search_query, metadata \\ [], searchable_fields \\ [:scope, :queue, :action, :params])

View Source
Link to this function

select_fields(queryable, fields)

View Source

Callback implementation for AntlUtilsEcto.Queryable.select_fields/2.