Postgrex v0.12.2 Postgrex.Range View Source

Struct for Postgres range.

Fields

  • lower
  • upper
  • lower_inclusive
  • upper_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}