| 程序包 | 说明 |
|---|---|
| io.polaris.core.jdbc.sql.query |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Pagination |
| 限定符和类型 | 方法和说明 |
|---|---|
static Pageable |
Pageable.newInstance()
创建分页对象
|
static Pageable |
Pageable.newInstance(int pageNum,
int pageSize)
创建分页对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
Pageable.getEndResult(Pageable page)
获取结束数据下标,从0开始
|
static int |
Pageable.getEndRow(Pageable page)
获取结束数据行号,从1开始
|
static int |
Pageable.getStartResult(Pageable page)
获取起始数据下标,从0开始
|
static int |
Pageable.getStartRow(Pageable page)
获取起始数据行号,从1开始
|
Copyright © 2024 fossc. All rights reserved.