jp.sf.amateras.mirage.dialect
Class MySQLDialect

java.lang.Object
  extended by jp.sf.amateras.mirage.dialect.StandardDialect
      extended by jp.sf.amateras.mirage.dialect.MySQLDialect
All Implemented Interfaces:
Dialect

public class MySQLDialect
extends StandardDialect


Constructor Summary
MySQLDialect()
           
 
Method Summary
 String getCountSql(String sql)
           
 String getName()
          Returns the dialect name.
 boolean supportsGenerationType(PrimaryKey.GenerationType generationType)
           
 
Methods inherited from class jp.sf.amateras.mirage.dialect.StandardDialect
getSequenceSql, getValueType, needsParameterForResultSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLDialect

public MySQLDialect()
Method Detail

getName

public String getName()
Description copied from interface: Dialect
Returns the dialect name.

Specified by:
getName in interface Dialect
Overrides:
getName in class StandardDialect
Returns:
the dialect name

getCountSql

public String getCountSql(String sql)
Specified by:
getCountSql in interface Dialect
Overrides:
getCountSql in class StandardDialect

supportsGenerationType

public boolean supportsGenerationType(PrimaryKey.GenerationType generationType)
Specified by:
supportsGenerationType in interface Dialect
Overrides:
supportsGenerationType in class StandardDialect


Copyright © 2010-2012 Project Amateras. All Rights Reserved.