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

damex_describeDeleteQuery

This function returns the DELETE query details.
int damex_describeDeleteQuery(
    DAM_HQUERY hquery,
    DAM_HTABLE * phTable,
    DAM_HLOGEXP * phSearchExp)
Table 188. Parameters for damex_describeDeleteQuery
Parameter
Type
Description
IN
hquery
DAM_HQUERY
The query handle.
OUT
phTable
DAM_HTABLE *
The handle to the delete table.
Use damex_describeTable/damex_describeTableW to get the table details.
phSearchExp
DAM_HLOGEXP *
The handle to the search expression in the WHERE clause.
Use damex_describeLogicExp to get details about the logical search expression.
RETURN
int
DAM_SUCCESS - on success
DAM_FAILURE - on failure

See also

*damex_describeTable/damex_describeTableW
*damex_describeLogicExp