cci_set_max_row

설명

v3.0

cci_execute에 의해 수행되는 SELECT 문의 결과에 대해 최대 튜플 수를 지정한다. max 값이 0일 경우 지정하지 않은 것과 동일하다.

구문

int cci_set_max_row(int req_handle, int max)

리턴 값
예제

req = cci_prepare( … );
cci_set_max_row(req, 1);
cci_execute( … );