Module : lang.table
Module Overview
This module provides lang library operations on table
values defined by the language specification 2020R1.
T0 | Anonymous record |
T1 | Anonymous record |
T2 |
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 tbl .
|
remove | Remove data from the table. |