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