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.

See Also

cp_result_set_next(3)

Referenced By

cp_db_connection_set_read_result_set_at_once(3), cp_dbms(3)