| Package | Description |
|---|---|
| io.reactiverse.rxjava.pgclient |
| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<PgPreparedQuery> |
PgPreparedQuery.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
PgPreparedQuery |
PgPreparedQuery.batch(List<Tuple> argsList,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgRowSet>> handler)
Execute a batch.
|
PgPreparedQuery |
PgPreparedQuery.execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<PgRowSet>> handler)
Calls
execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.rxjava.pgclient.PgRowSet>>) with an empty tuple argument. |
PgPreparedQuery |
PgPreparedQuery.execute(Tuple args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgRowSet>> handler)
Create a cursor with the provided
arguments. |
static PgPreparedQuery |
PgPreparedQuery.newInstance(PgPreparedQuery arg) |
| Modifier and Type | Method and Description |
|---|---|
Single<PgPreparedQuery> |
PgConnection.rxPrepare(String sql)
Create a prepared query.
|
Single<PgPreparedQuery> |
PgTransaction.rxPrepare(String sql)
Create a prepared query.
|
| Modifier and Type | Method and Description |
|---|---|
PgConnection |
PgConnection.prepare(String sql,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgPreparedQuery>> handler)
Create a prepared query.
|
PgTransaction |
PgTransaction.prepare(String sql,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PgPreparedQuery>> handler)
Create a prepared query.
|
Copyright © 2019 Eclipse. All rights reserved.