__db_env Struct Reference
#include <db.h>
List of all members.
Detailed Description
Definition at line 276 of file db.h.
Public Member Functions
int set_tx_timestamp
__P ((
DB_ENV *, time_t *))
int set_cachesize
__P ((
DB_ENV *, u_int32_t, u_int32_t, int))
int set_lk_detect
__P ((
DB_ENV *, u_int32_t))
int set_lk_conflicts
__P ((
DB_ENV *, u_int8_t *, int))
int set_lg_dir
__P ((
DB_ENV *, const char *))
int set_verbose
__P ((
DB_ENV *, u_int32_t, int))
int set_tmp_dir
__P ((
DB_ENV *, const char *))
int set_server
__P ((
DB_ENV *, char *, long, long, u_int32_t))
void set_errpfx
__P ((
DB_ENV *, const char *))
void set_errcall
__P ((
DB_ENV *, void(*)(const char *, char *)))
int set_data_dir
__P ((
DB_ENV *, const char *))
int remove
__P ((
DB_ENV *, const char *, u_int32_t))
int open
__P ((
DB_ENV *, const char *, u_int32_t, int))
void errx
__P ((const
DB_ENV *, const char *,...))
void err
__P ((const
DB_ENV *, int, const char *,...))
void db_errcall
__P ((const char *, char *))
Public Attributes
struct {
The documentation for this struct was generated from the following file: