cp_db_connection_close(3)

cp_dbms(3) cp_dbms cp_dbms(3)

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.

MARCH 2006 libcprops