dam_getNextComment/dam_getNextCommentW
- 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. Call it after calling the dam_getFirstComment function.
char * dam_getNextComment(
DAM_HSTMT hstmt)
OAWCHAR * dam_getNextCommentW(
DAM_HSTMT hstmt)
Parameters for dam_getNextComment/dam_getNextCommentW
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| RETURN | ||
| char * OAWCHAR * |
The next comment string. Returns NULL at the end of the list. |