damex_getQueryType
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns the type of the SQL query.
int damex_getQueryType(
DAM_HQUERY hquery)
Parameters for damex_getQueryType
| Parameter | Type | Description |
| IN | ||
| hquery | DAM_HQUERY | The query handle. |
| RETURN | ||
| int | Type of the SQL query: DAM_SELECT - SELECT DAM_UPDATE - UPDATE DAM_INSERT - INSERT DAM_DELETE - DELETE |