Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Versions available for this page: CUBRID 8.2.1  |  CUBRID 8.3.0  |  CUBRID 8.3.1  |  CUBRID 8.4.0  |  CUBRID 8.4.1 |  CUBRID 8.4.3  |  CUBRID 9.0.0  | 



CCI_GET_RESULT_INFO_CLASS_NAME

Description

The CCI_GET_RESULT_INFO_CLASS_NAME macro gets the index -th class name of a prepared SELECT statement. It does not check whether the specified argument, res_info, is NULL and whether index is valid. You cannot delete the returned memory pointer with free(). The return value can be NULL.

Syntax

#define CCI_GET_RESULT_INFO_CLASS_NAME(T_CCI_COL_INFO* res_info, int index)

Return Value
  • Class name (char*)