public class Derby10o7Dialect extends Derby10o4Dialect
Limit clause:
select name from author OFFSET 5 ROWS FETCH NEXT 10 ROWS ONLY
name, patternORDER_BY
Constructor and Description |
---|
Derby10o7Dialect() |
Modifier and Type | Method and Description |
---|---|
String |
getSqlPatternPaging()
The template to mount the SQL paginated, using LIMIT and OFFSET
clauses according the specific database
|
addFeature, buildQueryCount, buildQueryPaging, buildQueryPaging, countOccurrencesOf, getAccessId, getAccessRevision, getMaxOfParameters, getSqlPatternCount, name, setMaxOfParameters, sqlEndsWithOrderBy, sqlEndWithForUpdate, sqlStartWithSelect, sqlStartWithSelectOrDistinct, supportsFeature, supportsParmMark
public Derby10o7Dialect()
public String getSqlPatternPaging()
SqlDialect
getSqlPatternPaging
in interface SqlDialect
getSqlPatternPaging
in class AnsiDialect
%1$s LIMIT %2$s, %3$s
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.