Postgrex v0.13.5 Postgrex.Interval View Source
Struct for Postgres interval.
Fields
monthsdayssecs
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()}