dam_getJoinQuery
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method takes the statement handle, hstmt, as the parameter and returns a handle to the query. This method 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.
long dam_getJoinQuery(long hstmt)
Parameters for dam_getJoinQuery
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| RETURN | ||
| long | The handle to the query. | |