| Package | Description | 
|---|---|
| io.vertx.reactivex.sqlclient | |
| io.vertx.reactivex.sqlclient.templates | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlTemplate<Map<String,Object>,SqlResult<Void>> | 
SqlTemplate.forUpdate(SqlClient client,
         String template)
Create an SQL template for query purpose consuming map parameters and returning void. 
 | 
Copyright © 2020 Eclipse. All rights reserved.