collection type의 속성 값을 가져온다. 클래스 이름이 C이고 set_attr의 domain이 set(multiset, sequence)인 경우 다음의 query와 같다.
SELECT a FROM C, TABLE(set_attr) AS t(a) WHERE C = oid;
즉, 멤버 개수가 튜플 개수가 된다.
intcci_col_get (int conn_handle, char *oid_str, char *col_attr, int *col_size, int *col_type, T_CCI_ERROR *err_buf)