ch.qos.logback.core.db.dialect
Class MySQLDialect

java.lang.Object
  extended by ch.qos.logback.core.db.dialect.MySQLDialect
All Implemented Interfaces:
SQLDialect

public class MySQLDialect
extends java.lang.Object
implements SQLDialect

Author:
Ceki

Field Summary
static java.lang.String SELECT_LAST_INSERT_ID
           
 
Constructor Summary
MySQLDialect()
           
 
Method Summary
 java.lang.String getSelectInsertId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()
Method Detail

getSelectInsertId

public java.lang.String getSelectInsertId()
Specified by:
getSelectInsertId in interface SQLDialect