Class MySQLDialect
java.lang.Object
org.huiche.dialect.BaseDialect
org.huiche.dialect.MySQLDialect
- All Implemented Interfaces:
Dialect
- Direct Known Subclasses:
MariaDBDialect
-
Field Summary
Fields inherited from class BaseDialect
keywords, quoteString -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseDialect
quote, translate, translate, translateCustomMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Dialect
processTemplateParams, setJsonValue, typeForSetNull, useNational
-
Constructor Details
-
MySQLDialect
public MySQLDialect()默认构造 -
MySQLDialect
-
-
Method Details
-
template
-
translatePaging
Description copied from interface:Dialect转译分页- Specified by:
translatePagingin interfaceDialect- Overrides:
translatePagingin classBaseDialect- Parameters:
limit- 限制条数offset- 跳过条数- Returns:
- 分页语法
-