setTableSize()
Set the table size.
Syntax
setTableSize(
tableName STRING,
size INTEGER )
- tableName is the name of the table.
- size is the new size to set the table.
Usage
You can use it to set the size of a table in an application to test this action in a scenario. For example:
CALL ggc.setTableSize("items", 100)