cp_db_connection_set_fetch_size(3)
| cp_dbms(3) | cp_dbms | cp_dbms(3) |
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)
| MARCH 2006 | libcprops |
