dam_getJoinQuery
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method takes the dam_hstmt as the parameter and returns the DAM_HQUERY. This API returns the current select query which is being processed by the Server to the IP. This is required as the user’s query can contain many subqueries.
int dam_getJoinQuery(
DAM_HSTMT hstmt)
Parameters for dam_getJoinQuery
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| RETURN | ||
| int | Status of the function call: DAM_SUCCESS – all data retrieved. DAM_FAILURE – error in getting data. |