db_open_flags

Description

Database flags

Old Name

#define _db_flags db_open_flags

Syntax

int db_open_flags;

Remarks

The db_open_flags variable indicates whether the database is opened in shared or exclusive mode. It corresponds to the third parameter passed to db_open().