public class IngresDialect extends AnsiDialect
Limit clause:
select name from author OFFSET 5 FETCH FIRST 10 ROWS ONLY
name, patternORDER_BY
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 SqlDialect
getSqlPatternPaging
in class AnsiDialect
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.