damex_getParentQuery
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns the handle of the parent select query. It is typically used for getting outer query handle in correlated subqueries.
DAM_HQUERY damex_getParentQuery(
DAM_HQUERY hquery)
Parameters for damex_getFirstTable
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| RETURN | ||
| DAM_HQUERY | The handle to the parent query. |