Package io.vertx.mutiny.mysqlclient
Class MySQLClient
java.lang.Object
io.vertx.mutiny.mysqlclient.MySQLClient
- All Implemented Interfaces:
MutinyDelegate
An interface to define MySQL specific constants or behaviors.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeArg<MySQLClient>
static final PropertyKind<Long>
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 Summary
ConstructorsConstructorDescriptionMySQLClient
(io.vertx.mysqlclient.MySQLClient delegate) MySQLClient
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.mysqlclient.MySQLClient
int
hashCode()
static MySQLClient
newInstance
(io.vertx.mysqlclient.MySQLClient arg) toString()
-
Field Details
-
__TYPE_ARG
-
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 Details
-
MySQLClient
public MySQLClient(io.vertx.mysqlclient.MySQLClient delegate) -
MySQLClient
-
-
Method Details
-
getDelegate
public io.vertx.mysqlclient.MySQLClient getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
newInstance
-