Class MySQLDialect

  • All Implemented Interfaces:
    SQLDialect

    public class MySQLDialect
    extends java.lang.Object
    implements SQLDialect
    • Constructor Summary

      Constructors 
      Constructor Description
      MySQLDialect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSelectInsertId()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SELECT_LAST_INSERT_ID

        public static final java.lang.String SELECT_LAST_INSERT_ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • MySQLDialect

        public MySQLDialect()