public class DB2Dialect extends DefaultDialect
GROUP_BY_PATTERN, ORDER_BY_PATTERN| Constructor and Description | 
|---|
DB2Dialect()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
appendEmptyRow(MetaModel metaModel,
              StringBuilder query)  | 
String | 
formSelect(String tableName,
          String[] columns,
          String subQuery,
          List<String> orderBys,
          long limit,
          long offset)  | 
appendDate, appendOrderBy, appendQuestions, appendSelect, appendSubQuery, appendTime, appendTimestamp, appendValue, deleteManyToManyAssociation, insert, insertManyToManyAssociation, insertParametrized, overrideDriverTypeConversion, replace, selectCount, selectCount, selectExists, selectManyToManyAssociation, selectStar, selectStar, selectStarParametrized, updatepublic String formSelect(String tableName, String[] columns, String subQuery, List<String> orderBys, long limit, long offset)
formSelect in interface DialectformSelect in class DefaultDialectprotected void appendEmptyRow(MetaModel metaModel, StringBuilder query)
appendEmptyRow in class DefaultDialectCopyright © 2020 JavaLite. All rights reserved.