Class MySQLClient

java.lang.Object
io.vertx.mutiny.mysqlclient.MySQLClient
All Implemented Interfaces:
MutinyDelegate

public class MySQLClient extends Object implements 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 Details

    • LAST_INSERTED_ID

      public static final PropertyKind<Long> LAST_INSERTED_ID
      SqlResult property kind 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 is last-inserted-id.
    • __TYPE_ARG

      public static final TypeArg<MySQLClient> __TYPE_ARG
  • Constructor Details

    • MySQLClient

      public MySQLClient(io.vertx.mysqlclient.MySQLClient delegate)
      Create a new instance of MySQLClient delegating to the given (non-null) instance of MySQLClient.
    • MySQLClient

      public MySQLClient(Object delegate)
  • 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:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • newInstance

      public static MySQLClient newInstance(io.vertx.mysqlclient.MySQLClient delegate)
      Creates a new instance of the MySQLClient.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object