setTableOffset()
Set the table page size offset value.
Syntax
setTableOffset(
tableName STRING,
pageSize INTEGER )
- tableName is the name of the table.
- 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)