类 MysqlPageHandlerAdapter
java.lang.Object
com.alibaba.nacos.plugin.auth.impl.persistence.handler.support.MysqlPageHandlerAdapter
- 所有已实现的接口:
PageHandlerAdapter
mysql 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.
-
构造器详细资料
-
MysqlPageHandlerAdapter
public MysqlPageHandlerAdapter()
-
-
方法详细资料
-
supports
从接口复制的说明:PageHandlerAdapterDetermine whether the current data source supports paging.- 指定者:
supports在接口中PageHandlerAdapter- 参数:
dataSourceType- data source type- 返回:
- true if the current data source supports paging
-
addOffsetAndFetchNext
public OffsetFetchResult addOffsetAndFetchNext(String fetchSql, Object[] arg, int pageNo, int pageSize) 从接口复制的说明:PageHandlerAdapterAdd offset and fetch next.- 指定者:
addOffsetAndFetchNext在接口中PageHandlerAdapter- 参数:
fetchSql- fetch sql.arg- arguments.pageNo- page number.pageSize- page size.- 返回:
-