cci_glo_append_data
설명
call append_data(length, buf) on <glo object>
구문
int cci_glo_append_data(int conn_handle, char *oid_str, int length, char *buf, T_CCI_ERROR *err_buf)
- conn_handle : (IN) 연결 핸들
- oid_str : (IN) glo 객체(OID 스트링)
- length : (IN) 덧붙일 바이트 수
- buf : (IN) 데이터 버퍼
- err_buf : (OUT) 데이터베이스 에러 버퍼
리턴 값