cp_db_connection_close(3) - Linux man page

Name

cp_db_connection_close - close a database connection

Synopsis

#include <cprops/db.h>

int cp_db_connection_close(cp_db_connection *connection);

Description

cp_db_connection_close closes the database connection described by connection.

Return Value

cp_db_connection_close returns zero on success or an implementation dependent non-zero value indicating an error.

Referenced By

cp_dbms(3)