public class PostgreSqlDialect extends AnsiDialect
Limit clause:
select name from author LIMIT 1 OFFSET 2
name, patternORDER_BY
Constructor and Description |
---|
PostgreSqlDialect() |
Modifier and Type | Method and Description |
---|---|
String |
getSqlPatternPaging()
LIMIT and OFFSET clause for PostgreSQL, 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 PostgreSqlDialect()
public String getSqlPatternPaging()
getSqlPatternPaging
in interface SqlDialect
getSqlPatternPaging
in class AnsiDialect
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.