damex_describeDeleteQuery
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method returns the details of the DELETE query.
int damex_describeDeleteQuery(
long hquery,
long phTable,
long phSearchExp)
Parameters for damex_describeDeleteQuery
| Parameter | Type | Description |
| INPUT | ||
| hquery | long | The query handle. |
| OUTPUT | ||
| phTable | long | The handle to the delete table. Use damex_describeTable to get the table details. |
| phSearchExp | long | 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 |
|