skip to main content
SQL Engine Parse Tree API : SQL Engine Parse Tree functions reference : damex_getNextTable
 

damex_getNextTable

This function returns the next table in the FROM clause of the SELECT query. Call this function after calling damex_getFirstTable.
DAM_HTABLE damex_getNextTable(
    DAM_HQUERY hquery)
Table 222. Parameters for damex_getNextTable
Parameter
Type
Description
IN
hquery
DAM_HQUERY
The query handle.
RETURN
DAM_HTABLE
The handle to the next table in the list.
A NULL is returned at the end of the list.

See also

*damex_getFirstTable