skip to main content
SQL Engine parse tree methods for Java : damex_getNextTable
 

damex_getNextTable

This method returns the next table in the FROM clause of the SELECT query. Call this method after calling damex_getFirstTable.
long damex_getNextTable(long hquery)
Table 288. Parameters for damex_getNextTable
Parameter
Type
Description
INPUT
hquery
long
The query handle.
RETURN
long
The handle to the next table in the list. A 0 is returned at the end of the list.

See also

*damex_getFirstTable