cp_dbms

Section: cp_dbms (3)
Updated: MARCH 2006
Index Return to Main Contents
 

NAME

cp_db_init, cp_db_shutdown - initialize / shut down db abstraction layer  

SYNOPSIS

#include <cprops/db.h> int cp_db_init();
int cp_db_shutdown();  

DESCRIPTION

cp_db_init initializes the internal data structures used by the data base abstraction layer.

cp_db_shutdown releases the memory allocated by the data base abstraction layers and invokes implementation shutdown calls.  

RETURN VALUE

cp_db_init returns zero on success or non zero if already initialized.
cp_db_shutdown returns zero on success or non zero if not initialized.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 22:48:28 GMT, April 10, 2006
SourceForge.net Logo