cp_dbms
Section: cp_dbms (3)
Updated: MARCH 2006
Index
Return to Main Contents
NAME
cp_db_connection_set_fetch_size - set number of rows to be retrieved at a time
SYNOPSIS
#include <
cprops/db.h
>
void cp_db_connection_set_fetch_size(cp_db_connection *
connection
,
int
fetch_size
);
DESCRIPTION
cp_db_connection_set_fetch_size
sets the number of result rows to be read at a time. If this value is zero, the complete result set is read at once.
SEE ALSO
cp_result_set_next
(3)
Index
NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
This document was created by
man2html
, using the manual pages.
Time: 22:48:28 GMT, April 10, 2006