vertx / io.vertx.kotlin.pgclient.data / boxOf

boxOf

fun boxOf(lowerLeftCorner: Point? = null, upperRightCorner: Point? = null): Box

A function providing a DSL for building io.vertx.pgclient.data.Box objects.

Rectangular box data type in Postgres represented by pairs of io.vertx.pgclient.data.Points that are opposite corners of the box.

Parameters

lowerLeftCorner -

upperRightCorner -