Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MySQLClient> |
__TYPE_ARG |
static PropertyKind<Long> |
LAST_INSERTED_ID
SqlResult Property for last_insert_id
|
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
public MySQLClient(MySQLClient delegate)
public MySQLClient(Object delegate)
public MySQLClient getDelegate()
public static MySQLClient newInstance(MySQLClient arg)
Copyright © 2020 Eclipse. All rights reserved.