public class MySQLClient extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static 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(io.vertx.mysqlclient.MySQLClient delegate) |
MySQLClient(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.vertx.mysqlclient.MySQLClient |
getDelegate() |
int |
hashCode() |
static MySQLClient |
newInstance(io.vertx.mysqlclient.MySQLClient arg) |
String |
toString() |
public static final TypeArg<MySQLClient> __TYPE_ARG
public static final PropertyKind<Long> LAST_INSERTED_ID
last-inserted-id.public MySQLClient(io.vertx.mysqlclient.MySQLClient delegate)
public MySQLClient(Object delegate)
public io.vertx.mysqlclient.MySQLClient getDelegate()
public static MySQLClient newInstance(io.vertx.mysqlclient.MySQLClient arg)
Copyright © 2022 Eclipse. All rights reserved.