Module : lang.table
Module Overview
This module provides lang library operations on table values defined by the language specification 2020R1.
| add |
Add record to the table. |
| close |
Releases the database connection. |
| getNext |
Retrives the current row and return a record with the data in the columns. |
| hasNext |
Checks for a new row in the given table. |
| iterator |
Returns an iterator over the members of |
| remove |
Remove data from the table. |