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 RX-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​(MySQLClient delegate)
      • MySQLClient

        public MySQLClient​(Object delegate)