cci_execute에 의해 수행되는 SELECT 문의 결과에 대해 최대 튜플 수를 지정한다. max 값이 0일 경우 지정하지 않은 것과 동일하다.
intcci_set_max_row(int req_handle, int max)
req = cci_prepare( … ); cci_set_max_row(req, 1); cci_execute( … );