ex_dbmigrate
v1.1.2
  • Pages
  • Modules
  • Mix Tasks

    View Source ExDbmigrate.Table.Supervisor (ex_dbmigrate v1.1.2)

    Link to this section Summary

    Functions

    child_spec()
    child_spec(arg)

    Returns a specification to start this module under a supervisor.

    exists?(id)
    find_or_create(id)
    list()
    process_exists?(hash)
    start(opts \\ %{})
    start_link()
    start_link(init_arg)
    stop(id)
    update_children()
    whereis(id)

    Link to this section Functions

    Link to this function

    child_spec()

    View Source
    Link to this function

    child_spec(arg)

    View Source

    Returns a specification to start this module under a supervisor.

    See Supervisor.

    Link to this function

    exists?(id)

    View Source
    Link to this function

    find_or_create(id)

    View Source
    Link to this function

    list()

    View Source
    Link to this function

    process_exists?(hash)

    View Source
    Link to this function

    start(opts \\ %{})

    View Source
    Link to this function

    start_link()

    View Source
    Link to this function

    start_link(init_arg)

    View Source
    Link to this function

    stop(id)

    View Source
    Link to this function

    update_children()

    View Source
    Link to this function

    whereis(id)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.4) for the Elixir programming language