Package | Description |
---|---|
oracle.dbtools.plugin.api.pagination |
Provides facilities for consistent handling of
Pagination |
Modifier and Type | Method and Description |
---|---|
PaginationContext.Builder |
PaginationContext.Builder.itemOffset(long itemOffset)
Specify the offset of the first item to appear in the page
|
PaginationContext.Builder |
PaginationContext.Builder.limit(long limit)
Specify the maximum number of items in the page
|
PaginationContext.Builder |
PaginationContext.modify()
Modify this
PaginationContext |
PaginationContext.Builder |
PaginationContext.Builder.pageOffset(long pageOffset) |