| Package | Description |
|---|---|
| io.vertx.rxjava.sqlclient |
| Modifier and Type | Class and Description |
|---|---|
class |
RowSet
A set of rows.
|
| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<SqlResult> |
SqlResult.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static <T> SqlResult<T> |
SqlResult.newInstance(io.vertx.sqlclient.SqlResult arg) |
static <T> SqlResult<T> |
SqlResult.newInstance(io.vertx.sqlclient.SqlResult arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
SqlResult<T> |
SqlResult.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.