skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : 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.
int64 damex_getNextTable(
int64 hquery)
 
Table 243: Parameters for damex_getNextTable 
Parameter
Type
Description
IN
 
 
hquery
int64
The query handle.
RETURN
 
 
 
int64
The handle to the next table in the list. A value of zero is returned at the end of the list.

See also 

damex_getFirstTable