public class DB2Dialect extends AnsiDialect
Limit clause:
select name from author FETCH FIRST 20 ROWS ONLY
name, patternORDER_BY
Constructor and Description |
---|
DB2Dialect() |
Modifier and Type | Method and Description |
---|---|
String |
getSqlPatternPaging()
LIMIT and OFFSET clause for DB2 with DB2_COMPATIBILITY_VECTOR=MYS enabled,
where LIMIT and OFFSET are parameter from String.format
|
addFeature, buildQueryCount, buildQueryPaging, buildQueryPaging, countOccurrencesOf, getAccessId, getAccessRevision, getMaxOfParameters, getSqlPatternCount, name, setMaxOfParameters, sqlEndsWithOrderBy, sqlEndWithForUpdate, sqlStartWithSelect, sqlStartWithSelectOrDistinct, supportsFeature, supportsParmMark
public DB2Dialect()
public String getSqlPatternPaging()
getSqlPatternPaging
in interface SqlDialect
getSqlPatternPaging
in class AnsiDialect
select name from author FETCH FIRST 20 ROWS ONLY
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.