Postgrex v0.13.4 Postgrex.Interval View Source

Struct for Postgres 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()}