damex_getQuery
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method returns the query handle of the SQL statement. The query handle can be used to get complete details of the query.
long damex_getQuery(long hstmt)
Parameters for damex_getQuery
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| RETURN | ||
| long | The handle to the query. | |