ecto_extract_migrations v0.1.0
  • Pages
  • Modules
  • Mix Tasks

    EctoExtractMigrations.Commands.CreateView (ecto_extract_migrations v0.1.0) View Source

    Handle CREATE VIEW.

    Link to this section Summary

    Functions

    file_name(data, bindings)
    match(sql)

    See EctoExtractMigrations.Parsers.CreateView.match/1.

    migration(data, bindings)
    parse(sql)

    See EctoExtractMigrations.Parsers.CreateView.parse/1.

    parse(sql, state)

    See EctoExtractMigrations.Parsers.CreateView.parse/2.

    type()

    Link to this section Functions

    Link to this function

    file_name(data, bindings)

    View Source

    Specs

    file_name(map(), Keyword.t()) :: binary()
    Link to this function

    match(sql)

    View Source

    See EctoExtractMigrations.Parsers.CreateView.match/1.

    Link to this function

    migration(data, bindings)

    View Source

    Specs

    migration(map(), Keyword.t()) :: {:ok, binary()} | {:error, term()}
    Link to this function

    parse(sql)

    View Source

    See EctoExtractMigrations.Parsers.CreateView.parse/1.

    Link to this function

    parse(sql, state)

    View Source

    See EctoExtractMigrations.Parsers.CreateView.parse/2.

    Link to this function

    type()

    View Source

    Built using ExDoc (v0.22.6) for the Elixir programming language. Designed by Friedel Ziegelmayer.

    API Reference