Package win.doyto.query.dialect
Class HSQLDBDialect
java.lang.Object
win.doyto.query.dialect.HSQLDBDialect
- All Implemented Interfaces:
Dialect
MySQLDialect
- Author:
- f0rb on 2019-07-22
-
Constructor Summary
Constructors -
Method Summary
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, wrapLabel, wrapSelectForUpdate
-
Constructor Details
-
HSQLDBDialect
public HSQLDBDialect()
-
-
Method Details
-
buildPageSql
- Specified by:
buildPageSqlin interfaceDialect
-
supportMultiGeneratedKeys
public boolean supportMultiGeneratedKeys()- Specified by:
supportMultiGeneratedKeysin interfaceDialect
-