Point
s that are opposite corners of the box.SqlConnection
to PgConnection
.name
.Point
and radius.PgPool.client(PoolOptions)
with default options.PgPool.client(PgConnectOptions, PoolOptions)
with database
retrieved from the environment variables.PgPool.pool(String, PoolOptions)
with default options.PgPool.client(Vertx, String,PoolOptions)
with default options.PgPool.client(Vertx, PgConnectOptions, PoolOptions)
with database
retrieved from the environment variables.database
configured with the given options
.PgPool.client(PgConnectOptions, PoolOptions)
with a specific Vertx
instance.PgPool.client(List, PoolOptions)
with a specific Vertx
instance.databases
with round-robin selection.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 default options.PgPool.pool(Vertx, PgConnectOptions, PoolOptions)
with the database
retrieved from the environment variables.PgPool.pool(Vertx, PgConnectOptions, PoolOptions)
with database
retrieved from the given connectionUri
.database
configured with the given options
.PgPool.pool(PgConnectOptions, PoolOptions)
with a specific Vertx
instance.databases
with round-robin selection.PgPool.pool(List, PoolOptions)
with a specific Vertx
instance.SslMode
for the client, this option can be used to provide different levels of secure protection.Copyright © 2021 Eclipse. All rights reserved.