Package | Description |
---|---|
io.vertx.pgclient | |
io.vertx.reactivex.pgclient | |
io.vertx.rxjava.pgclient |
Modifier and Type | Method and Description |
---|---|
static PgPool |
PgPool.pool()
Like
pool(PoolOptions) with a default poolOptions . |
static PgPool |
PgPool.pool(PgConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static PgPool |
PgPool.pool(PoolOptions poolOptions)
Like
pool(PgConnectOptions, PoolOptions) with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(String connectionUri)
Like
pool(String, PoolOptions) with a default poolOptions . |
static PgPool |
PgPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static PgPool |
PgPool.pool(Vertx vertx,
PgConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(PgConnectOptions, PoolOptions) with a specific Vertx instance. |
static PgPool |
PgPool.pool(Vertx vertx,
PoolOptions poolOptions)
Like
pool(Vertx, PgConnectOptions, PoolOptions) with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri)
Like
pool(Vertx, String,PoolOptions) with a default poolOptions . |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Modifier and Type | Method and Description |
---|---|
PgPool |
PgPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static PgPool |
PgPool.newInstance(PgPool arg) |
Constructor and Description |
---|
PgPool(PgPool delegate) |
Modifier and Type | Method and Description |
---|---|
PgPool |
PgPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static PgPool |
PgPool.newInstance(PgPool arg) |
Constructor and Description |
---|
PgPool(PgPool delegate) |
Copyright © 2023 Eclipse. All rights reserved.