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 using Vert.x codegen.

  • Field Details

    • __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 is last-inserted-id.
  • Constructor Details

    • MySQLClient

      public MySQLClient(io.vertx.mysqlclient.MySQLClient delegate)
    • MySQLClient

      public MySQLClient(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.mysqlclient.MySQLClient getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

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

      public static MySQLClient newInstance(io.vertx.mysqlclient.MySQLClient arg)