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