Oban.Repo.query
You're seeing just the function
query
, go back to Oban.Repo module for more information.
Specs
query(config(), String.t(), [term()], Keyword.t()) :: {:ok, %{ :rows => nil | [[term()] | binary()], :num_rows => non_neg_integer(), optional(atom()) => any() }} | {:error, Exception.t()}
Wraps Ecto.Adapters.SQL.Repo.query/4
.