Interface MySQLClient


public interface MySQLClient
An interface to define MySQL specific constants or behaviors.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PropertyKind<Long>
    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.
  • Field Details

    • LAST_INSERTED_ID

      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.