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