cp_dbms

Section: cp_dbms (3)
Updated: MARCH 2006
Index Return to Main Contents
 

NAME

cp_db_connection_set_read_result_set_at_once - set connection to fetch complete query results upon execution.

 

SYNOPSIS

#include <cprops/db.h>

void cp_db_connection_set_fetch_metadata(cp_db_connection *connection,
                                          int mode);  

DESCRIPTION

calling cp_db_connection_set_read_result_set_at_once with a non-zero mode value causes subsequent queries returning result sets to retrieve the complete set of results at the time the query is executed. This would not be recommended if the size of the results is very large. If set not to retrieve results at once, the number of rows retrieved at a time may be controlled with cp_db_connection_set_fetch_size(3).  

SEE ALSO

cp_db_connection_set_fetch_size(3), 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
SourceForge.net Logo