EctoGen.Database.Helpers (ecto_gen v0.8.1) View Source

Link to this section Summary

Link to this section Functions

Link to this function

filter_routine_params(routine_params, atom)

View Source

Specs

filter_routine_params(
  [EctoGen.Database.DbRoutineParameter.t()],
  :input | :output
) :: [EctoGen.Database.DbRoutineParameter.t()]
Link to this function

get_routine_params(pg_pid, routine)

View Source
Link to this function

get_routines_to_create(pg_pid, db_project)

View Source
Link to this function

get_routines_with_params_to_create(pg_pid, db_project)

View Source

Specs

get_routines_with_params_to_create(pid(), Keyword.t()) :: [
  {EctoGen.Database.DbRoutine.t(), [EctoGen.Database.DbRoutineParameter.t()]}
]