public class SqlServer2005Dialect extends AnsiSqlDialect
dbConfig, quoteWrapper| 构造器和说明 |
|---|
SqlServer2005Dialect(DbConfig dbConfig)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
dialectName()
方言名
|
protected SqlBuilder |
wrapPageSql(SqlBuilder find,
Page page)
根据不同数据库在查询SQL语句基础上包装其分页的语句
各自数据库通过重写此方法实现最小改动情况下修改分页语句 |
getWrapper, psForDelete, psForFind, psForInsert, psForInsertBatch, psForPage, psForPage, psForUpdate, setWrapperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpsForCount, psForCount, psForUpsertpublic SqlServer2005Dialect(DbConfig dbConfig)
dbConfig - 数据库配置public String dialectName()
DialectdialectName 在接口中 DialectdialectName 在类中 AnsiSqlDialectprotected SqlBuilder wrapPageSql(SqlBuilder find, Page page)
AnsiSqlDialectwrapPageSql 在类中 AnsiSqlDialectfind - 标准查询语句page - 分页对象Copyright © 2024. All rights reserved.