| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<MySQLClient> | 
__TYPE_ARG  | 
static PropertyKind<Long> | 
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.  | 
| Constructor and Description | 
|---|
MySQLClient(MySQLClient delegate)  | 
MySQLClient(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
MySQLClient | 
getDelegate()  | 
int | 
hashCode()  | 
static MySQLClient | 
newInstance(MySQLClient arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<MySQLClient> __TYPE_ARG
public static final PropertyKind<Long> LAST_INSERTED_ID
last-inserted-id.public MySQLClient(MySQLClient delegate)
public MySQLClient(Object delegate)
public MySQLClient getDelegate()
public static MySQLClient newInstance(MySQLClient arg)
Copyright © 2020 Eclipse. All rights reserved.