EctoGen.Database (ecto_gen v0.10.3) 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 SourceSpecs
get_routine_params(pid(), binary(), binary(), binary() | nil, binary() | nil) :: {:ok, [EctoGen.Database.DbRoutineParameter.t()]} | {:error, Postgrex.Error.t()}
Specs
get_routines(pid(), binary()) :: {:ok, [EctoGen.Database.DbRoutine.t()]} | {:error, Postgrex.Error.t()}