View Source Postgrex.Box (Postgrex v0.16.5)

Struct for PostgreSQL box.

fields

Fields

  • upper_right
  • bottom_left

Link to this section Summary

Link to this section Types

@type t() :: %Postgrex.Box{
  bottom_left: Postgrex.Point.t(),
  upper_right: Postgrex.Point.t()
}