Class MySQLClient


  • public class MySQLClient
    extends Object
    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 Detail

      • 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 Detail

      • MySQLClient

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

        public MySQLClient​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.mysqlclient.MySQLClient getDelegate()
      • hashCode

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

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