public class InformixDialect extends AnsiDialect
Limit clause:
select SKIP 2 FIRST 1 name from author
name, patternORDER_BY
Constructor and Description |
---|
InformixDialect() |
Modifier and Type | Method and Description |
---|---|
String |
buildQueryPaging(String sqlText,
int offset,
int max)
Build a paginate query accordingly data base dialect
|
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 SqlDialect
getSqlPatternPaging
in class AnsiDialect
public String buildQueryPaging(String sqlText, int offset, int max)
SqlDialect
buildQueryPaging
in interface SqlDialect
buildQueryPaging
in class AnsiDialect
sqlText
- final SQL with parameters to bindoffset
- number from first row from query resultmax
- maximum number of rows from query result.Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.