| Package | Description | 
|---|---|
| io.vertx.pgclient.data | 
| Class and Description | 
|---|
| Box
 Rectangular box data type in Postgres represented by pairs of  
Points that are opposite corners of the box. | 
| Circle
 Circle data type in Postgres represented by a center  
Point and radius. | 
| Interval
 Postgres Interval is date and time based
 such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds 
 | 
| Line
 Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero. 
 | 
| LineSegment
 Finite line segment data type in Postgres represented by pairs of  
Points that are the endpoints of the segment. | 
| Path
 Path data type in Postgres represented by lists of connected points. 
 | 
| Point
 A Postgresql point. 
 | 
| Polygon
 Polygon data type in Postgres represented by lists of points (the vertexes of the polygon). 
 | 
Copyright © 2023 Eclipse. All rights reserved.