honeydew

v1.1.5

  • Pages
  • Modules

    honeydew v1.1.5 Honeydew.EctoSource.SQL behaviour View Source

    Link to this section Summary

    Types

    msecs()
    override()
    repo()
    sql()
    sql_module()

    Functions

    far_in_the_past()
    module(repo, override)
    ready_fragment(module)

    Callbacks

    cancel(arg0)
    integer_type()
    ready()
    reserve(arg0)
    status(arg0)

    Link to this section Types

    Link to this type msecs() View Source
    msecs() :: integer()
    Link to this type override() View Source
    override() :: :cockroachdb | nil
    Link to this type repo() View Source
    repo() :: module()
    Link to this type sql() View Source
    sql() :: String.t()
    Link to this type sql_module() View Source
    sql_module() ::
      Honeydew.EctoSource.SQL.Postgres | Honeydew.EctoSource.SQL.Cockroach

    Link to this section Functions

    Link to this function far_in_the_past() View Source
    far_in_the_past() :: NaiveDateTime.t()
    Link to this function module(repo, override) View Source
    module(repo(), override()) :: sql_module() | no_return()
    Link to this macro ready_fragment(module) View Source (macro)

    Link to this section Callbacks

    Link to this callback cancel(arg0) View Source
    cancel(Honeydew.EctoSource.State.t()) :: sql()
    Link to this callback integer_type() View Source
    integer_type() :: atom()
    Link to this callback ready() View Source
    ready() :: sql()
    Link to this callback reserve(arg0) View Source
    reserve(Honeydew.EctoSource.State.t()) :: sql()
    Link to this callback status(arg0) View Source
    status(Honeydew.EctoSource.State.t()) :: sql()

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.