cp_db_connection_close_statement(3) - Linux man page

Name

cp_db_connection_close_statement - close a prepared statement

Synopsis

#include <cprops/db.h>

void cp_db_connection_close_statement(cp_db_connection *connection,

cp_db_statement *statement);

Description

cp_db_connection_close_statement closes and deallocates a prepared statement created with cp_db_connection_prepare_statement(3).