cp_db_connection_set_fetch_metadata(3) - Linux man page

Name

cp_db_connection_set_fetch_metadata - set connection to request query result meta data

Synopsis

#include <cprops/db.h>

void cp_db_connection_set_fetch_metadata(cp_db_connection *connection,

int mode);

Description

cp_db_connection_set_fetch_metadata sets the connection to fetch result set meta data for SELECT queries.

Referenced By

cp_dbms(3)