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