dam_getViewQuery
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns a handle to the View query. In addition, this handle can be used by the Pass Through API to get the description of the view.
DAM_HQUERY dam_getViewQuery(DAM_HSTMT hstmt)
Parameters for dam_getViewQuery
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| RETURN | ||
| DAM_HQUERY | The handle to the query. |