cp_db_connection_destroy(3) - Linux man page

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.

Referenced By

cp_dbms(3)