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, supportsParmMarkpublic InformixDialect()
public String getSqlPatternPaging()
getSqlPatternPaging in interface net.sf.jkniv.sqlegance.dialect.SqlDialectgetSqlPatternPaging in class net.sf.jkniv.sqlegance.dialect.AnsiDialectpublic String buildQueryPaging(String sqlText, int offset, int max)
buildQueryPaging in interface net.sf.jkniv.sqlegance.dialect.SqlDialectbuildQueryPaging in class net.sf.jkniv.sqlegance.dialect.AnsiDialectCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.