damex_getQuery
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
Parameters for damex_getQuery
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| RETURN | ||
| DAM_HQUERY | A handle to the query. |