Postgrex v0.15.3 Postgrex.Interval View Source

Struct for PostgreSQL interval.

Fields

  • months
  • days
  • secs
  • microsecs

Link to this section Summary

Link to this section Types

Link to this type

t()

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