Class DMDialect
java.lang.Object
org.huiche.dialect.BaseDialect
org.huiche.dialect.DMDialect
- All Implemented Interfaces:
Dialect
-
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
-
DMDialect
public DMDialect()默认构造 -
DMDialect
-
-
Method Details
-
template
-
translatePaging
Description copied from interface:Dialect转译分页- Specified by:
translatePagingin interfaceDialect- Overrides:
translatePagingin classBaseDialect- Parameters:
limit- 限制条数offset- 跳过条数- Returns:
- 分页语法
-