| Package | Description | 
|---|---|
| io.vertx.rxjava.mysqlclient | |
| io.vertx.rxjava.sqlclient | 
| Modifier and Type | Field and Description | 
|---|---|
static PropertyKind<Long> | 
MySQLClient.LAST_INSERTED_ID
SqlResult  for MySQL last_insert_id. 
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations.  | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<PropertyKind> | 
PropertyKind.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> PropertyKind<T> | 
PropertyKind.create(String name,
      Class<T> type)  | 
static <T> PropertyKind<T> | 
PropertyKind.newInstance(PropertyKind arg)  | 
static <T> PropertyKind<T> | 
PropertyKind.newInstance(PropertyKind arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Modifier and Type | Method and Description | 
|---|---|
<V> V | 
SqlResult.property(PropertyKind<V> propertyKind)
Get the property with the specified  
PropertyKind. | 
Copyright © 2020 Eclipse. All rights reserved.