DBENV->open

https://stuff.mit.edu/afs/sipb/project/sandbox/golem/db-3.0.55/docs/api_c/env_open.html

 

#include <db.h>

int DBENV->open(DB_ENV *, char *db_home, char *db_config[], u_int32_t flags, int mode);

Description

The DBENV->open function is the interface for opening the Berkeley DB environment. It provides a structure for creating a consistent environment for processes using one or more of the features of Berkeley DB.

 

posted @ 2017-12-25 16:08  papering  阅读(267)  评论(0编辑  收藏  举报