| Package | Description | 
|---|---|
| io.vertx.jdbcclient | |
| io.vertx.mysqlclient | |
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | 
| Modifier and Type | Field and Description | 
|---|---|
static PropertyKind<Row> | 
JDBCPool.GENERATED_KEYS
The property to be used to retrieve the generated keys 
 | 
static PropertyKind<Boolean> | 
JDBCPool.OUTPUT
The property to be used to retrieve the output of the callable statement 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static PropertyKind<Long> | 
MySQLClient.LAST_INSERTED_ID
SqlResult  
property kind 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 | Method and Description | 
|---|---|
PropertyKind | 
PropertyKind.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> PropertyKind<T> | 
PropertyKind.newInstance(PropertyKind arg)  | 
static <T> PropertyKind<T> | 
PropertyKind.newInstance(PropertyKind arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Constructor and Description | 
|---|
PropertyKind(PropertyKind delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyKind | 
PropertyKind.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> PropertyKind<T> | 
PropertyKind.newInstance(PropertyKind arg)  | 
static <T> PropertyKind<T> | 
PropertyKind.newInstance(PropertyKind arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Constructor and Description | 
|---|
PropertyKind(PropertyKind delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> PropertyKind<T> | 
PropertyKind.create(String name,
      Class<T> type)  | 
| Modifier and Type | Method and Description | 
|---|---|
<V> V | 
SqlResult.property(PropertyKind<V> propertyKind)
Get the specific property with the specified  
PropertyKind. | 
Copyright © 2020 Eclipse. All rights reserved.