public class SQLiteDialect extends AnsiDialect
 Limit clause:
  select name from author LIMIT 1 OFFSET 2
 
name, patternORDER_BY| 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 SqlDialectgetSqlPatternPaging in class AnsiDialectCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.