Postgrex v0.13.5 Postgrex.Range View Source
Struct for Postgres range.
Fields
lowerupperlower_inclusiveupper_inclusive
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Postgrex.Range{lower: term(), lower_inclusive: boolean(), upper: term(), upper_inclusive: boolean()}