setTableOffset()

Set the table page size offset value.

Syntax

setTableOffset(
   tableName  STRING,
   pageSize   INTEGER )
  1. tableName is the name of the table.
  2. pageSize is the number of rows, as an offset value, from the table's current start row index.

Usage

You can use it to set the page size of a table in an application to test this action in a scenario. For example:

CALL ggc.setTableOffset("items", 100)