CCI_QUERY_RESULT_ERR_MSG

Description

The CCI_QUERY_RESULT_ERR_MSG macro gets error messages for the cci_execute_batch query. If there is no error message, " " (empty string) is returned. It does not check whether the specified argument, query_result, is NULL, and whether index is valid.

Syntax

#define CCI_QUERY_RESULT_ERR_MSG(T_CCI_QUERY_RESULT* query_result, int index)

Return Value