public class IngresDialect extends net.sf.jkniv.sqlegance.dialect.AnsiDialect
Limit clause:
select name from author OFFSET 5 FETCH FIRST 10 ROWS ONLY
Constructor and Description |
---|
IngresDialect() |
Modifier and Type | Method and Description |
---|---|
String |
getSqlPatternPaging()
LIMIT and OFFSET clause for Ingres, 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 IngresDialect()
public String getSqlPatternPaging()
getSqlPatternPaging
in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
getSqlPatternPaging
in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.