EctoGen.Database (ecto_gen v0.9.4) View Source

Link to this section Summary

Link to this section Functions

Link to this function

get_routine_params(pg_pid, schema, routine_specific_name, routine_return_type_schema \\ nil, routine_return_type \\ nil)

View Source

Specs

get_routine_params(pid(), binary(), binary(), binary() | nil, binary() | nil) ::
  {:ok, [EctoGen.Database.DbRoutineParameter.t()]}
  | {:error, Postgrex.Error.t()}
Link to this function

get_routines(pg_pid, schema)

View Source

Specs

get_routines(pid(), binary()) ::
  {:ok, [EctoGen.Database.DbRoutine.t()]} | {:error, Postgrex.Error.t()}