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

damex_getQuery

This function returns the query handle of the SQL statement. The query handle can be used to get all information about the query.
DAM_HQUERY damex_getQuery(
    DAM_HSTMT hstmt)
Table 227. Parameters for damex_getQuery
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
RETURN
DAM_HQUERY
A handle to the query.