cp_db_connection_set_fetch_size(3) - Linux man page
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.