com.mysema.query.sql
Class SQLiteTemplates

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

public class SQLiteTemplates
extends SQLTemplates

CUBRIDTemplates is a SQL dialect for SQLite

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.sql.SQLTemplates
CAST, DEFAULT, NEXTVAL, UNION
 
Constructor Summary
SQLiteTemplates()
           
SQLiteTemplates(boolean quote)
           
SQLiteTemplates(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, getForShare, getForUpdate, getFrom, getFullJoin, getGroupBy, getHaving, getInnerJoin, getInsertInto, getJoin, getJoinSymbol, getKey, getLeftJoin, getLimitTemplate, getMergeInto, getNotNull, getNoWait, getOffsetTemplate, getOn, getOrderBy, getRightJoin, getSelect, getSelectDistinct, getSet, getTableAlias, getTypeForCast, getTypeForClass, getUnion, getUnionAll, getUpdate, getValues, getWhere, getWith, isBatchCountViaGetUpdateCount, isBigDecimalSupported, isNativeMerge, isParameterMetadataAvailable, isPrintSchema, isSupportsAlias, isUnionsWrapped, isUseQuotes, newLineToSingleSpace, quoteIdentifier, requiresQuotes, serialize, serializeModifiers, setAsc, setAutoIncrement, setBatchCountViaGetUpdateCount, setBigDecimalSupported, setColumnAlias, setCount, setCountStar, setCreateIndex, setCreateTable, setCreateUniqueIndex, setDeleteFrom, setDesc, setDistinctCountEnd, setDistinctCountStart, setDummyTable, setForShare, setForUpdate, setFrom, setFullJoin, setGroupBy, setHaving, setInnerJoin, setInsertInto, setJoin, setKey, setLeftJoin, setMergeInto, setNativeMerge, setNotNull, setNoWait, setOffsetTemplate, setOn, setOrderBy, setParameterMetadataAvailable, setPrintSchema, setRightJoin, setSelect, setSelectDistinct, setSet, setTableAlias, setUnion, setUnionAll, setUnionsWrapped, setUpdate, setValues, setWhere, setWith
 
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

SQLiteTemplates

public SQLiteTemplates()

SQLiteTemplates

public SQLiteTemplates(boolean quote)

SQLiteTemplates

public SQLiteTemplates(char escape,
                       boolean quote)


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