Database.getNextPage()
Signature
Object[] getNextPage(String cursorName, int pageSize)
Domain
ACTION, CONDITION, BUI
Description
Gets the next page from the database cursor
Parameters
Name | Type | Description |
cursorName | String | The name of the database cursor |
pageSize | int | Default value is 500. |
Returns
Type | Description |
Object[] | The array of resultset data returned.
The array is of resultConceptType if resultConceptURI is specified else
it is in the form of n-tuple object array where each tuple is an array of the
values of resultset data returned. |