Log4j 1.3alpha-8

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
static String SELECT_LAST_INSERT_ID
           
 
Constructor Summary
MySQLDialect()
           
 
Method Summary
 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 String SELECT_LAST_INSERT_ID
Constructor Detail

MySQLDialect

public MySQLDialect()
Method Detail

getSelectInsertId

public String getSelectInsertId()
Specified by:
getSelectInsertId in interface SQLDialect

Log4j 1.3alpha-8

Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.