dam_getFirstComment/dam_getFirstCommentW
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function is used to navigate the comments in the query. It gets the first comment in the query. Use the function dam_getNextComment/dam_getNextCommentW to go through the list.
char *dam_getFirstComment(
DAM_HSTMT hstmt)
OAWCHAR *dam_getFirstCommentW(
DAM_HSTMT hstmt)
Parameters for dam_getFirstComment and dam_getFirstCommentW
| Parameter | Type | Descriptionv |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| RETURN | ||
| char * OAWCHAR * |
The first comment string. Returns NULL if the query has no comments. |