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