| Package | Description |
|---|---|
| io.reactiverse.pgclient | |
| io.reactiverse.reactivex.pgclient | |
| io.reactiverse.rxjava.pgclient |
| Modifier and Type | Method and Description |
|---|---|
PgStream<Row> |
PgPreparedQuery.createStream(int fetch,
Tuple args)
Execute the prepared query with a cursor and createStream the result.
|
PgStream<T> |
PgStream.endHandler(io.vertx.core.Handler<Void> endHandler) |
PgStream<T> |
PgStream.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
PgStream<T> |
PgStream.handler(io.vertx.core.Handler<T> handler) |
PgStream<T> |
PgStream.pause() |
PgStream<T> |
PgStream.resume() |
| Modifier and Type | Method and Description |
|---|---|
PgStream |
PgStream.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> PgStream<T> |
PgStream.newInstance(PgStream arg) |
static <T> PgStream<T> |
PgStream.newInstance(PgStream arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
PgStream(PgStream delegate) |
PgStream(PgStream delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
| Modifier and Type | Method and Description |
|---|---|
PgStream |
PgStream.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> PgStream<T> |
PgStream.newInstance(PgStream arg) |
static <T> PgStream<T> |
PgStream.newInstance(PgStream arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
PgStream(PgStream delegate) |
PgStream(PgStream delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
Copyright © 2019 Eclipse. All rights reserved.