cci_set_get

Description

The cci_set_get function gets the index-th data for the set fetched by CCI_A_TYPE_SET with cci_get_data(). The data type of value for a_type is shown in the table below.

a_type

value Type

CCI_A_TYPE_STR

char**

CCI_A_TYPE_INT

int*

CCI_A_TYPE_FLOAT

float*

CCI_A_TYPE_DOUBLE

double*

CCI_A_TYPE_BIT

T_CCI_BIT*

CCI_A_TYPE_DATE

T_CCI_DATE*

CCI_A_TYPE_BIGINT

int64_t* (For Windows : __int64*)

Syntax

intcci_set_get(T_CCI_SET set, int index, T_CCI_A_TYPE a_type, void *value, int *indicator)

Return Value