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
 
Constructor Summary
MySQLTemplates()
           
MySQLTemplates(boolean quote)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.sql.SQLTemplates
addClass2TypeMappings, getAsc, getColumnAlias, getCount, getCountStar, getDeleteFrom, getDesc, getDistinctCountEnd, getDistinctCountStart, getDummyTable, getFrom, getFullJoin, getGroupBy, getHaving, getInnerJoin, getInsertInto, getJoin, getJoinSymbol, getLeftJoin, getLimitTemplate, getOffsetTemplate, getOn, getOrderBy, getSelect, getSelectDistinct, getTableAlias, getTypeForClass, getUnion, getUpdate, getValues, getWhere, isSupportsAlias, newLineToSingleSpace, quoteColumnName, quoteTableName, serialize, serializeModifiers, setAsc, setColumnAlias, setCount, setCountStar, setDeleteFrom, setDesc, setDistinctCountEnd, setDistinctCountStart, setDummyTable, setFrom, setFullJoin, setGroupBy, setHaving, setInnerJoin, setInsertInto, setJoin, setLeftJoin, setOffsetTemplate, setOn, setOrderBy, setSelect, setSelectDistinct, 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)


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