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.
- See Also:
-
MySQLClient
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeArg<MySQLClient>static final PropertyKind<Long>SqlResultproperty kindfor 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) Create a new instance ofMySQLClientdelegating to the given (non-null) instance ofMySQLClient.MySQLClient(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.mysqlclient.MySQLClientGet the delegate instance.inthashCode()static MySQLClientnewInstance(io.vertx.mysqlclient.MySQLClient delegate) Creates a new instance of theMySQLClient.toString()
-
Field Details
-
LAST_INSERTED_ID
SqlResultproperty kindfor 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. -
__TYPE_ARG
-
-
Constructor Details
-
MySQLClient
public MySQLClient(io.vertx.mysqlclient.MySQLClient delegate) Create a new instance ofMySQLClientdelegating to the given (non-null) instance ofMySQLClient. -
MySQLClient
-
-
Method Details
-
getDelegate
public io.vertx.mysqlclient.MySQLClient getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
newInstance
Creates a new instance of theMySQLClient. -
hashCode
public int hashCode() -
equals
-
toString
-