com.mysema.query.sql
Class PostgresTemplates

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

public class PostgresTemplates
extends SQLTemplates

PostgresTemplates is an SQL dialect for Postgres tested with Postgres 8.4

Author:
tiwe

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

PostgresTemplates

public PostgresTemplates()

PostgresTemplates

public PostgresTemplates(boolean quote)


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