Class Box

java.lang.Object
io.vertx.pgclient.data.Box

public class Box extends Object
Rectangular box data type in Postgres represented by pairs of Points that are opposite corners of the box.
  • Constructor Details

    • Box

      public Box()
    • Box

      public Box(Point upperRightCorner, Point lowerLeftCorner)
  • Method Details

    • getUpperRightCorner

      public Point getUpperRightCorner()
    • setUpperRightCorner

      public void setUpperRightCorner(Point upperRightCorner)
    • getLowerLeftCorner

      public Point getLowerLeftCorner()
    • setLowerLeftCorner

      public void setLowerLeftCorner(Point lowerLeftCorner)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object