public class SqlServerDialect extends SqlPagination implements Dialect
OFFSET_FETCH, OFFSET_LIMIT, SIMPLE_LIMIT| 构造器和说明 |
|---|
SqlServerDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlWrapper<Object> |
forPaginate(String fieldSelectSql,
String fromWhereSql,
Paging paging)
分页
|
forPaginateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowHavingAlias, hasILike, toUpperCasepublic SqlWrapper<Object> forPaginate(String fieldSelectSql, String fromWhereSql, Paging paging)
DialectforPaginate 在接口中 DialectfieldSelectSql - 查询语句fromWhereSql - 条件语句paging - 分页参数(可空,为空时表示不分页)Copyright © 2024. All rights reserved.