Package | Description |
---|---|
io.vertx.rxjava.sqlclient |
Modifier and Type | Class and Description |
---|---|
class |
RowSet<R>
The execution result of the row set of a query provided as
, commonly used as a RowSet . |
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(SqlResult arg) |
static <T> SqlResult<T> |
SqlResult.newInstance(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 © 2021 Eclipse. All rights reserved.