SqlUtil@Deprecated public class CommonUtil extends Object
| 构造器和说明 |
|---|
CommonUtil()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Long |
getPage(Long pageStart,
Long pageSize)
已过时。
计算当前页
|
static Long |
getPageCount(Long resultSize,
Long pageSize)
已过时。
计算页数
|
static Long |
getPageSize()
已过时。
获取每页展示数据记录数
|
public static final Long getPageCount(Long resultSize, Long pageSize)
resultSize - 记录数pageSize - 每页显示的记录数public static final Long getPage(Long pageStart, Long pageSize)
pageStart - pageSize - public static final Long getPageSize()
Copyright © 2013. All Rights Reserved.