Point
s that are opposite corners of the box.name
.Point
and radius.PgSubscriber.close(Handler)
but with a future of the resultPgConnection.connect(Vertx, PgConnectOptions, Handler)
but returns a Future
of the asynchronous resultPgConnection.connect(Vertx, PgConnectOptions, Handler)
with options build from the environment variables.PgConnection.connect(Vertx, Handler)
but returns a Future
of the asynchronous resultPgConnection.connect(Vertx, PgConnectOptions, Handler)
with options build from connectionUri
.PgConnection.connect(Vertx, String, Handler)
but returns a Future
of the asynchronous resultPgSubscriber.connect(Handler)
but with a future of the resultPgConnectOptions
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.Point
s that are the endpoints of the segment.LISTEN/UNLISTEN
commands.PgConnectOptions
.PgNotification
.pool
of PostgreSQL connections
.LISTEN/UNLISTEN
to Postgres channels.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 © 2020 Eclipse. All rights reserved.