skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getNextComment/dam_getNextCommentW
 

dam_getNextComment/dam_getNextCommentW

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)
Table 131. 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.