fun boxOf(lowerLeftCorner: Point? = null, upperRightCorner: Point? = null): Box
A function providing a DSL for building io.vertx.pgclient.data.Box objects. |
|
fun circleOf(centerPoint: Point? = null, radius: Double? = null): Circle
A function providing a DSL for building io.vertx.pgclient.data.Circle objects. |
|
fun intervalOf(days: Int? = null, hours: Int? = null, microseconds: Int? = null, minutes: Int? = null, months: Int? = null, seconds: Int? = null, years: Int? = null): Interval
A function providing a DSL for building io.vertx.pgclient.data.Interval objects. |
|
fun lineOf(a: Double? = null, b: Double? = null, c: Double? = null): Line
A function providing a DSL for building io.vertx.pgclient.data.Line objects. |
|
fun lineSegmentOf(p1: Point? = null, p2: Point? = null): LineSegment
A function providing a DSL for building io.vertx.pgclient.data.LineSegment objects. |
|
fun pathOf(open: Boolean? = null, points: Iterable<Point>? = null): Path
A function providing a DSL for building io.vertx.pgclient.data.Path objects. |
|
fun pointOf(x: Double? = null, y: Double? = null): Point
A function providing a DSL for building io.vertx.pgclient.data.Point objects. |
|
fun polygonOf(points: Iterable<Point>? = null): Polygon
A function providing a DSL for building io.vertx.pgclient.data.Polygon objects. |