Ecto.Adapters.SQL.Connection.execute

You're seeing just the callback execute, go back to Ecto.Adapters.SQL.Connection module for more information.
Link to this callback

execute(connection, cached, params, options)

View Source

Specs

execute(connection(), cached(), params(), options :: Keyword.t()) ::
  {:ok, cached(), term()} | {:ok, term()} | {:error | :reset, Exception.t()}

Executes a cached query.