Point
s that are opposite corners of the box.Box
.name
.Point
and radius.Circle
.PgConnection.connect(Vertx, PgConnectOptions, Handler)
with options build from the environment variables.PgConnection.connect(Vertx, PgConnectOptions, Handler)
with options build from connectionUri
.PgConnectOptions
configured with environment variables, if the environment variable
is not set, then a default value will take precedence over this.PgConnectOptions
configured from a connection URI.Interval
.Line
.Point
s that are the endpoints of the segment.LineSegment
.Path
.LISTEN/UNLISTEN
commands.PgConnectOptions
.PgNotification
.LISTEN/UNLISTEN
to Postgres channels.Point
.Polygon
.PgPool.pool(PoolOptions)
with a default poolOptions
.PgPool.pool(PgConnectOptions, PoolOptions)
with connectOptions
build from the environment variables.PgPool.pool(String, PoolOptions)
with a default poolOptions
.PgPool.pool(Vertx, String,PoolOptions)
with a default poolOptions
.PgPool.pool(Vertx, PgConnectOptions, PoolOptions)
with connectOptions
build from the environment variables.PgPool.pool(Vertx, PgConnectOptions, PoolOptions)
with connectOptions
build from connectionUri
.connectOptions
and poolOptions
.PgPool.pool(PgConnectOptions, PoolOptions)
with a specific Vertx
instance.SslMode
for the client, this option can be used to provide different levels of secure protection.Copyright © 2019 Eclipse. All rights reserved.