Package win.doyto.query.dialect
Class MySQLDialect
java.lang.Object
win.doyto.query.dialect.MySQLDialect
- All Implemented Interfaces:
Dialect
- Direct Known Subclasses:
MySQL8Dialect
MySQLDialect
- Author:
- f0rb on 2019-07-22
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildPageSql(String sql, int limit, long offset) wrapSelectForUpdate(String sql, String column) 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, buildInsertIgnore, buildInsertUpdate, convertMultiColumnsIn, forShare, forUpdate, resolveKeyColumn, supportMultiGeneratedKeys, wrapLabel
-
Constructor Details
-
MySQLDialect
public MySQLDialect()
-
-
Method Details
-
buildPageSql
- Specified by:
buildPageSqlin interfaceDialect
-
wrapSelectForUpdate
- Specified by:
wrapSelectForUpdatein interfaceDialect
-