| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<SqlResult> | 
__TYPE_ARG  | 
io.vertx.lang.rx.TypeArg<T> | 
__typeArg_0  | 
| Constructor and Description | 
|---|
SqlResult(Object delegate,
         io.vertx.lang.rx.TypeArg<T> typeArg_0)  | 
SqlResult(SqlResult delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
columnsNames()
Get the names of columns in the SqlResult. 
 | 
boolean | 
equals(Object o)  | 
SqlResult | 
getDelegate()  | 
int | 
hashCode()  | 
static <T> SqlResult<T> | 
newInstance(SqlResult arg)  | 
static <T> SqlResult<T> | 
newInstance(SqlResult arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
SqlResult<T> | 
next()
Return the next available result or  
null, e.g for a simple query that executed multiple queries or for
 a batch result. | 
<V> V | 
property(PropertyKind<V> propertyKind)
Get the property with the specified  
PropertyKind. | 
int | 
rowCount()
Get the number of the affected rows in the operation to this SqlResult. 
 | 
int | 
size()
Get the number of rows retrieved in the SqlResult. 
 | 
String | 
toString()  | 
T | 
value()
Get the result value. 
 | 
public static final io.vertx.lang.rx.TypeArg<SqlResult> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public SqlResult(SqlResult delegate)
public SqlResult getDelegate()
public int rowCount()
public List<String> columnsNames()
public int size()
public <V> V property(PropertyKind<V> propertyKind)
PropertyKind.propertyKind - the kind of the propertypublic T value()
public SqlResult<T> next()
null, e.g for a simple query that executed multiple queries or for
 a batch result.null if none is availableCopyright © 2020 Eclipse. All rights reserved.