Package | Description |
---|---|
io.vertx.sqlclient |
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(io.vertx.core.Handler<Void> endHandler) |
RowStream<T> |
RowStream.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
RowStream<T> |
RowStream.handler(io.vertx.core.Handler<T> handler) |
RowStream<T> |
RowStream.pause() |
RowStream<T> |
RowStream.resume() |
Copyright © 2019 Eclipse. All rights reserved.