com.mysema.query.sql
Class MySQLTemplates

java.lang.Object
  extended by com.mysema.query.types.Templates
      extended by com.mysema.query.sql.SQLTemplates
          extended by com.mysema.query.sql.MySQLTemplates

public class MySQLTemplates
extends SQLTemplates

MySQLTemplates is an SQL dialect for MySQL tested with MySQL CE 5.1

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.sql.SQLTemplates
CAST, DEFAULT, UNION
 
Constructor Summary
MySQLTemplates()
           
MySQLTemplates(boolean quote)
           
MySQLTemplates(char escape, boolean quote)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.sql.SQLTemplates
addClass2TypeMappings, getAsc, getAutoIncrement, getColumnAlias, getCount, getCountStar, getCreateIndex, getCreateTable, getCreateUniqueIndex, getDeleteFrom, getDesc, getDistinctCountEnd, getDistinctCountStart, getDummyTable, getFrom, getFullJoin, getGroupBy, getHaving, getInnerJoin, getInsertInto, getJoin, getJoinSymbol, getKey, getLeftJoin, getLimitTemplate, getMergeInto, getNotNull, getOffsetTemplate, getOn, getOrderBy, getRightJoin, getSelect, getSelectDistinct, getSet, getTableAlias, getTypeForClass, getUnion, getUpdate, getValues, getWhere, isNativeMerge, isSupportsAlias, newLineToSingleSpace, quoteIdentifier, requiresQuotes, serialize, serializeModifiers, setAsc, setAutoIncrement, setColumnAlias, setCount, setCountStar, setCreateIndex, setCreateTable, setCreateUniqueIndex, setDeleteFrom, setDesc, setDistinctCountEnd, setDistinctCountStart, setDummyTable, setFrom, setFullJoin, setGroupBy, setHaving, setInnerJoin, setInsertInto, setJoin, setKey, setLeftJoin, setMergeInto, setNativeMerge, setNotNull, setOffsetTemplate, setOn, setOrderBy, setRightJoin, setSelect, setSelectDistinct, setSet, setTableAlias, setUnion, setUpdate, setValues, setWhere
 
Methods inherited from class com.mysema.query.types.Templates
add, add, getPrecedence, getTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLTemplates

public MySQLTemplates()

MySQLTemplates

public MySQLTemplates(boolean quote)

MySQLTemplates

public MySQLTemplates(char escape,
                      boolean quote)


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.