Package | Description |
---|---|
io.vertx.rxjava.pgclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<PgPool> |
PgPool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static PgPool |
PgPool.newInstance(PgPool arg) |
static PgPool |
PgPool.pool()
Like
pool() 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() with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(String connectionUri)
Like
pool() with a default poolOptions . |
static PgPool |
PgPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static PgPool |
PgPool.pool(Vertx vertx,
PgConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool() with a specific instance. |
static PgPool |
PgPool.pool(Vertx vertx,
PoolOptions poolOptions)
Like
pool() with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri)
Like
pool() with a default poolOptions . |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Copyright © 2023 Eclipse. All rights reserved.