honeydew

v1.1.0

  • Pages
  • Modules

    honeydew v1.1.0 Honeydew.EctoSource.SQL View Source

    Link to this section Summary

    Types

    sql_fragment()

    Functions

    cancel_sql(state)
    far_in_the_past()
    msecs_ago_fragment(msecs)
    msecs_ago_sql(msecs)
    now_msecs_sql()
    ready_fragment()
    reserve_sql(state)
    time_in_msecs_sql(time)

    Link to this section Types

    Link to this type sql_fragment() View Source
    sql_fragment() :: String.t()

    Link to this section Functions

    Link to this function cancel_sql(state) View Source
    cancel_sql(Honeydew.EctoSource.State.t()) :: String.t()
    Link to this function far_in_the_past() View Source
    far_in_the_past() :: NaiveDateTime.t()
    Link to this macro msecs_ago_fragment(msecs) View Source (macro)
    Link to this function msecs_ago_sql(msecs) View Source
    msecs_ago_sql(sql_fragment() | Honeydew.EctoSource.State.stale_timeout()) ::
      sql_fragment()
    Link to this function now_msecs_sql() View Source
    now_msecs_sql() :: sql_fragment()
    Link to this macro ready_fragment() View Source (macro)
    Link to this function reserve_sql(state) View Source
    reserve_sql(Honeydew.EctoSource.State.t()) :: String.t()
    Link to this function time_in_msecs_sql(time) View Source
    time_in_msecs_sql(sql_fragment()) :: sql_fragment()

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