| Package | Description |
|---|---|
| io.reactiverse.reactivex.pgclient |
| Modifier and Type | Class and Description |
|---|---|
class |
PgRowSet
A set of rows.
|
| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<PgResult> |
PgResult.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static <T> PgResult<T> |
PgResult.newInstance(PgResult arg) |
static <T> PgResult<T> |
PgResult.newInstance(PgResult arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
PgResult<T> |
PgResult.next()
Return the next available result or
null, e.g for a simple query that executed multiple queries or for
a batch result. |
Copyright © 2019 Eclipse. All rights reserved.