| Package | Description | 
|---|---|
| io.vertx.rxjava.sqlclient | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowSet<R>
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(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 © 2020 Eclipse. All rights reserved.