Database.getPreviousPageFromOffset()

Signature

getPreviousPageFromOffset(String cursorName, int startOffset, int pageSize)

Domain

ACTION, CONDITION, BUI

Description

Gets the previous page from the database cursor, starting from the given offset

Parameters

NameTypeDescription
cursorNameStringThe name of the database cursor
startOffsetthestart offset for the page
pageSizeinta default value of 500 is used.

Returns

TypeDescription
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.

Cautions

none