| 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. |
| BoxConverter
Converter and Codec for
Box. |
| Circle
Circle data type in Postgres represented by a center
Point and radius. |
| CircleConverter
Converter and Codec for
Circle. |
| Interval
Postgres Interval is date and time based
such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds
|
| IntervalConverter
Converter and Codec for
Interval. |
| Line
Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
|
| LineConverter
Converter and Codec for
Line. |
| LineSegment
Finite line segment data type in Postgres represented by pairs of
Points that are the endpoints of the segment. |
| LineSegmentConverter
Converter and Codec for
LineSegment. |
| Path
Path data type in Postgres represented by lists of connected points.
|
| PathConverter
Converter and Codec for
Path. |
| Point
A Postgresql point.
|
| PointConverter
Converter and Codec for
Point. |
| Polygon
Polygon data type in Postgres represented by lists of points (the vertexes of the polygon).
|
| PolygonConverter
Converter and Codec for
Polygon. |
Copyright © 2019 Eclipse. All rights reserved.