public class InformixDialect extends net.sf.jkniv.sqlegance.dialect.AnsiDialect
Limit clause:
select SKIP 2 FIRST 1 name from author
Constructor and Description |
---|
InformixDialect() |
Modifier and Type | Method and Description |
---|---|
String |
buildQueryPaging(String sqlText,
int offset,
int max) |
String |
getSqlPatternPaging()
LIMIT and OFFSET clause for Informix, where LIMIT and OFFSET are parameter from
String.format
|
addFeature, buildQueryCount, buildQueryPaging, countOccurrencesOf, getAccessId, getAccessRevision, getMaxOfParameters, getSqlPatternCount, name, setMaxOfParameters, sqlEndsWithOrderBy, sqlEndWithForUpdate, sqlStartWithSelect, sqlStartWithSelectOrDistinct, supportsFeature, supportsParmMark
public InformixDialect()
public String getSqlPatternPaging()
getSqlPatternPaging
in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
getSqlPatternPaging
in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
public String buildQueryPaging(String sqlText, int offset, int max)
buildQueryPaging
in interface net.sf.jkniv.sqlegance.dialect.SqlDialect
buildQueryPaging
in class net.sf.jkniv.sqlegance.dialect.AnsiDialect
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.