Package org.apache.log4j.db.dialect
Class MySQLDialect
- java.lang.Object
-
- org.apache.log4j.db.dialect.MySQLDialect
-
- All Implemented Interfaces:
SQLDialect
public class MySQLDialect extends Object implements SQLDialect
- Author:
- Ceki
-
-
Field Summary
Fields Modifier and Type Field Description static String
SELECT_LAST_INSERT_ID
-
Constructor Summary
Constructors Constructor Description MySQLDialect()
-
-
-
Field Detail
-
SELECT_LAST_INSERT_ID
public static final String SELECT_LAST_INSERT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSelectInsertId
public String getSelectInsertId()
- Specified by:
getSelectInsertId
in interfaceSQLDialect
-
-