cci_col_set_drop

Description

The cci_col_set_drop function drops a member from the set attribute values. The following example shows how to drop "a" from the set attribute values.

cci_col_set_drop(con_id, oid_str, set_attr, "a", err_buf);

Syntax

intcci_col_set_drop (int conn_handle, char *oid_str, char *col_attr, char *value, T_CCI_ERROR *err_buf)

Return Value