org.ujoframework.orm.dialect
Class MySqlDialect

java.lang.Object
  extended by org.ujoframework.orm.SqlDialect
      extended by org.ujoframework.orm.dialect.MySqlDialect

public class MySqlDialect
extends SqlDialect

MySQL release 5.1
http://dev.mysql.com/


Field Summary
 
Fields inherited from class org.ujoframework.orm.SqlDialect
COMMON_SEQ_TABLE_KEY, COMMON_SEQ_TABLE_NAME, ormHandler
 
Constructor Summary
MySqlDialect()
           
 
Method Summary
 java.lang.String getJdbcDriver()
          Returns a JDBC Driver
 java.lang.String getJdbcUrl()
          Returns a default JDBC Driver
 java.lang.Appendable printDelete(MetaTable table, CriterionDecoder decoder, java.lang.Appendable out)
          Print an SQL DELETE statement.
 
Methods inherited from class org.ujoframework.orm.SqlDialect
createConnection, getCriterionTemplate, getLongType, isUsable, printColumnAlias, printColumnDeclaration, printCommit, printCreateSchema, printCriterion, printDefaultSchema, printFKColumnsDeclaration, printForeignKey, printForeignKey, printForeignKey, printFullTableName, printInsert, println, printSelect, printSelectOrder, printSelectTable, printSelectView, printSequenceCurrentValue, printSequenceInit, printSequenceName, printSequenceNextValue, printSequenceTable, printSequenceTableName, printTable, printTableAliasDefinition, printTableColumns, printUpdate, setHandler
 
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

getJdbcUrl

public java.lang.String getJdbcUrl()
Description copied from class: SqlDialect
Returns a default JDBC Driver

Specified by:
getJdbcUrl in class SqlDialect

getJdbcDriver

public java.lang.String getJdbcDriver()
Description copied from class: SqlDialect
Returns a JDBC Driver

Specified by:
getJdbcDriver in class SqlDialect

printDelete

public java.lang.Appendable printDelete(MetaTable table,
                                        CriterionDecoder decoder,
                                        java.lang.Appendable out)
                                 throws java.io.IOException
Print an SQL DELETE statement.

Overrides:
printDelete in class SqlDialect
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.