cp_db_connection_destroy(3)

cp_dbms(3) cp_dbms cp_dbms(3)

NAME

cp_db_connection_close - release the memory allocated by a database connection descriptor

SYNOPSIS

#include <cprops/db.h>

void cp_db_connection_destroy(cp_db_connection *connection);

DESCRIPTION

cp_db_connection_destroy deallocates the memory associated with a database connection descriptor.

MARCH 2006 libcprops