public class SqlPageObject extends Object implements UdfSourceAssembly
UdfSourceAssembly.TypeUdfMap, UdfSourceAssembly.UdfName, UdfSourceAssembly.UdfParams| 限定符和类型 | 方法和说明 |
|---|---|
Object |
data()
移动到最后一页
|
int |
firstPage()
移动到第一页
|
int |
lastPage()
移动到最后一页
|
int |
nextPage()
移动到下一页
|
Map<String,Object> |
pageInfo()
获取分页的页大小
|
int |
previousPage()
移动到上一页
|
boolean |
setPageInfo(Map<String,Object> pageInfo)
获取分页的页大小
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPredicate, getSupplier, getUdfResourcepublic int firstPage()
public int previousPage()
public int nextPage()
throws SQLException
SQLExceptionpublic int lastPage()
throws SQLException
SQLExceptionpublic Map<String,Object> pageInfo() throws SQLException
SQLExceptionpublic Object data() throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.