| Package | Description |
|---|---|
| io.reactiverse.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 |
PgClient.pool()
Like
PgClient.pool() with options build from the environment variables. |
static PgPool |
PgClient.pool(PgPoolOptions options)
Create a connection pool to the database configured with the given
options. |
static PgPool |
PgClient.pool(String connectionUri)
Like
PgClient.pool() with options build from connectionUri. |
static PgPool |
PgClient.pool(io.vertx.rxjava.core.Vertx vertx)
Like
PgClient.pool() with options build from the environment variables. |
static PgPool |
PgClient.pool(io.vertx.rxjava.core.Vertx vertx,
PgPoolOptions options)
Like
PgClient.pool() with a specific instance. |
static PgPool |
PgClient.pool(io.vertx.rxjava.core.Vertx vertx,
String connectionUri)
Like
PgClient.pool() with options build from connectionUri. |
PgPool |
PgPool.preparedBatch(String sql,
List<Tuple> batch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgRowSet>> handler) |
PgPool |
PgPool.preparedQuery(String sql,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgRowSet>> handler) |
PgPool |
PgPool.preparedQuery(String sql,
Tuple arguments,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgRowSet>> handler) |
PgPool |
PgPool.query(String sql,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgRowSet>> handler) |
Copyright © 2019 Eclipse. All rights reserved.