public class DB2Dialect extends net.sf.jkniv.sqlegance.dialect.AnsiDialect
Limit clause:
select name from author FETCH FIRST 20 ROWS ONLY
| 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, supportsParmMarkpublic DB2Dialect()
public String getSqlPatternPaging()
getSqlPatternPaging in interface net.sf.jkniv.sqlegance.dialect.SqlDialectgetSqlPatternPaging in class net.sf.jkniv.sqlegance.dialect.AnsiDialectselect name from author FETCH FIRST 20 ROWS ONLY
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.