cp_db_connection_set_fetch_metadata(3)

cp_dbms(3) cp_dbms cp_dbms(3)

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.

MARCH 2006 libcprops