Package win.doyto.query.dialect
Class SQLiteDialect
java.lang.Object
win.doyto.query.dialect.SQLiteDialect
- All Implemented Interfaces:
Dialect
SQLiteDialect
- Since:
- 1.0.2
- Author:
- f0rb on 2023/6/25
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildInsertIgnore(StringBuilder insertBuilder, String tableName, String k1, String k2) buildPageSql(String sql, int limit, long offset) resolveKeyColumn(String idColumn) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface win.doyto.query.core.Dialect
alterBatchInsert, buildInsertUpdate, convertMultiColumnsIn, forShare, forUpdate, supportMultiGeneratedKeys, wrapLabel, wrapSelectForUpdate
-
Constructor Details
-
SQLiteDialect
public SQLiteDialect()
-
-
Method Details
-
buildPageSql
- Specified by:
buildPageSqlin interfaceDialect
-
buildInsertIgnore
public String buildInsertIgnore(StringBuilder insertBuilder, String tableName, String k1, String k2) - Specified by:
buildInsertIgnorein interfaceDialect
-
resolveKeyColumn
- Specified by:
resolveKeyColumnin interfaceDialect
-