Package io.vertx.mutiny.mysqlclient
Class MySQLClient
- java.lang.Object
 - 
- io.vertx.mutiny.mysqlclient.MySQLClient
 
 
- 
public class MySQLClient extends Object
An interface to define MySQL specific constants or behaviors. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TypeArg<MySQLClient>__TYPE_ARGstatic PropertyKind<Long>LAST_INSERTED_IDSqlResult 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 Summary
Constructors Constructor Description MySQLClient(io.vertx.mysqlclient.MySQLClient delegate)MySQLClient(Object delegate) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vertx.mysqlclient.MySQLClientgetDelegate()inthashCode()static MySQLClientnewInstance(io.vertx.mysqlclient.MySQLClient arg)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
__TYPE_ARG
public static final TypeArg<MySQLClient> __TYPE_ARG
 
- 
LAST_INSERTED_ID
public static final 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. The property name islast-inserted-id. 
 - 
 
- 
Constructor Detail
- 
MySQLClient
public MySQLClient(io.vertx.mysqlclient.MySQLClient delegate)
 
- 
MySQLClient
public MySQLClient(Object delegate)
 
 - 
 
- 
Method Detail
- 
getDelegate
public io.vertx.mysqlclient.MySQLClient getDelegate()
 
- 
newInstance
public static MySQLClient newInstance(io.vertx.mysqlclient.MySQLClient arg)
 
 - 
 
 -