T - 元素类型@Ignored public interface IResultSet<T> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
int | 
getPageCount()
获取总页数 
 | 
int | 
getPageNumber()
获取当前页号 
 | 
int | 
getPageSize()
获取每页记录数 
 | 
long | 
getRecordCount()
获取总记录数 
 | 
List<T> | 
getResultData()
获取结果集数据 
 | 
boolean | 
isPaginated()
获取当前结果集是否已分页 
 | 
boolean | 
isResultsAvailable()
获取当前结果集是否可用,即是否为空或元素数量为0 
 | 
boolean isResultsAvailable()
boolean isPaginated()
int getPageNumber()
int getPageSize()
int getPageCount()
long getRecordCount()
Copyright © 2022. All rights reserved.