Module : lang.table
Module Overview
This module provides lang library operations on table
values defined by the language specification 2019R2.
$anonType$2 |
add | Add record to the table. |
close | Releases the database connection. If the table data is fully iterated, it will be automatically closed. This explicit close is required only if it is not fully iterated. |
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. If a new row is found, moves the cursor to it. |
iterator | Returns an iterator over the members of |
length | Returns the number of members in |
remove | Remove data from the table. |