Postgrex v0.15.0 Postgrex.Interval View Source

Struct for PostgreSQL interval.

Fields

  • months
  • days
  • secs

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Postgrex.Interval{days: integer(), months: integer(), secs: integer()}