接口 PageHandlerAdapter
public interface PageHandlerAdapter
Auth plugin page handler adapter.
- 作者:
- huangKeMing
-
方法概要
修饰符和类型方法说明addOffsetAndFetchNext(String fetchSql, Object[] arg, int pageNo, int pageSize) Add offset and fetch next.booleanDetermine whether the current data source supports paging.
-
方法详细资料
-
supports
Determine whether the current data source supports paging.- 参数:
dataSourceType- data source type- 返回:
- true if the current data source supports paging
-
addOffsetAndFetchNext
Add offset and fetch next.- 参数:
fetchSql- fetch sql.arg- arguments.pageNo- page number.pageSize- page size.- 返回:
-