DbEnv

Undocumented in source.
class DbEnv {}

Constructors

this
this(uint32_t flags)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add_data_dir
void add_data_dir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
backup
void backup(string target, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
cdsgroup_begin
DbTxn cdsgroup_begin()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
dbbackup
void dbbackup(string dbfile, string target, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
dbremove
void dbremove(DbTxn txnid, string file, string database, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
dbrename
void dbrename(DbTxn txnid, string file, string database, string newname, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
err
void err(int error, string fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
errx
void errx(string fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
failchk
void failchk(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
fileid_reset
void fileid_reset(string file, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
get_backup_callbacks
void get_backup_callbacks(int function(DbEnv, string dbname, string target, void** handle) open_func, int function(DbEnv, uint64_t offset, uint32_t size, uint8_t* buf, void* handle) write_func, int function(DbEnv, string dbname, void* handle) close_func)
Undocumented in source. Be warned that the author may not have intended to support it.
get_backup_config
uint32_t get_backup_config(DbBackupConfig option)
Undocumented in source. Be warned that the author may not have intended to support it.
get_blob_dir
string get_blob_dir()
Undocumented in source. Be warned that the author may not have intended to support it.
get_blob_threshold
uint32_t get_blob_threshold()
Undocumented in source. Be warned that the author may not have intended to support it.
get_cache_max
uint64_t get_cache_max()
Undocumented in source. Be warned that the author may not have intended to support it.
get_cache_max
void get_cache_max(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
get_cachesize
void get_cachesize(uint32_t gbytes, uint32_t bytes, int ncache)
Undocumented in source. Be warned that the author may not have intended to support it.
get_create_dir
string get_create_dir()
Undocumented in source. Be warned that the author may not have intended to support it.
get_data_dirs
string[] get_data_dirs(const(char)*** dirpp)
Undocumented in source. Be warned that the author may not have intended to support it.
get_encrypt_flags
uint32_t get_encrypt_flags()
Undocumented in source. Be warned that the author may not have intended to support it.
get_errfile
File get_errfile()
Undocumented in source. Be warned that the author may not have intended to support it.
get_errpfx
string get_errpfx()
Undocumented in source. Be warned that the author may not have intended to support it.
get_flags
uint32_t get_flags()
Undocumented in source. Be warned that the author may not have intended to support it.
get_home
string get_home()
Undocumented in source. Be warned that the author may not have intended to support it.
get_intermediate_dir_mode
string get_intermediate_dir_mode()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lg_bsize
uint32_t get_lg_bsize()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lg_dir
string get_lg_dir()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lg_filemode
int get_lg_filemode()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lg_max
uint32_t get_lg_max()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lg_regionmax
uint32_t get_lg_regionmax()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_conflicts
void get_lk_conflicts(const(uint8_t)[] lk_conflicts, int lk_modes)
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_detect
uint32_t get_lk_detect()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_max_lockers
uint32_t get_lk_max_lockers()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_max_locks
uint32_t get_lk_max_locks()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_max_objects
uint32_t get_lk_max_objects()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_partitions
uint32_t get_lk_partitions()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_priority
uint32_t get_lk_priority(uint32_t lockerid)
Undocumented in source. Be warned that the author may not have intended to support it.
get_lk_tablesize
uint32_t get_lk_tablesize()
Undocumented in source. Be warned that the author may not have intended to support it.
get_memory_init
uint32_t get_memory_init(DbMemConfig type)
Undocumented in source. Be warned that the author may not have intended to support it.
get_memory_max
void get_memory_max(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
get_memory_max
uint64_t get_memory_max()
Undocumented in source. Be warned that the author may not have intended to support it.
get_memory_max
void get_memory_max(uint64_t _bytes, int ncache)
Undocumented in source. Be warned that the author may not have intended to support it.
get_memory_max
uint64_t get_memory_max(int ncache)
Undocumented in source. Be warned that the author may not have intended to support it.
get_metadata_dir
string get_metadata_dir()
Undocumented in source. Be warned that the author may not have intended to support it.
get_mp_max_openfd
int get_mp_max_openfd()
Undocumented in source. Be warned that the author may not have intended to support it.
get_mp_max_write
void get_mp_max_write(int maxwrite, db_timeout_t maxwrite_sleep)
Undocumented in source. Be warned that the author may not have intended to support it.
get_mp_mmapsize
size_t get_mp_mmapsize(DB_ENV* dbenv)
Undocumented in source. Be warned that the author may not have intended to support it.
get_mp_mtxcount
uint32_t get_mp_mtxcount()
Undocumented in source. Be warned that the author may not have intended to support it.
get_mp_pagesize
uint32_t get_mp_pagesize()
Undocumented in source. Be warned that the author may not have intended to support it.
get_mp_tablesize
uint32_t get_mp_tablesize()
Undocumented in source. Be warned that the author may not have intended to support it.
get_msgfile
File get_msgfile()
Undocumented in source. Be warned that the author may not have intended to support it.
get_open_flags
uint32_t get_open_flags()
Undocumented in source. Be warned that the author may not have intended to support it.
get_shm_key
c_long get_shm_key()
Undocumented in source. Be warned that the author may not have intended to support it.
get_thread_count
uint32_t get_thread_count()
Undocumented in source. Be warned that the author may not have intended to support it.
get_timeout
db_timeout_t get_timeout(uint32_t flag)
Undocumented in source. Be warned that the author may not have intended to support it.
get_tmp_dir
string get_tmp_dir()
Undocumented in source. Be warned that the author may not have intended to support it.
get_tx_max
uint32_t get_tx_max()
Undocumented in source. Be warned that the author may not have intended to support it.
get_tx_timestamp
bdb_time_t get_tx_timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
get_verbose
int get_verbose(uint32_t which)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_detect
void lock_detect(uint32_t flags, uint32_t atype, int* rejected)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_get
DbLock lock_get(uint32_t locker, uint32_t flags, Dbt* object, db_lockmode_t lock_mode)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_get
void lock_get(uint32_t locker, uint32_t flags, Dbt* object, db_lockmode_t lock_mode, DbLock* lock)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_id
uint32_t lock_id()
Undocumented in source. Be warned that the author may not have intended to support it.
lock_id_free
void lock_id_free(uint32_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_put
void lock_put(DbLock lock)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_stat
DbLockStat* lock_stat(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_stat_print
void lock_stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
lock_vec
void lock_vec(uint32_t locker, uint32_t flags, DbLockreq[] list)
Undocumented in source. Be warned that the author may not have intended to support it.
log_archive
string[] log_archive(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
log_cursor
DbLogc log_cursor(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
log_file
string log_file(const(DbLsn)* lsn)
Undocumented in source. Be warned that the author may not have intended to support it.
log_flush
void log_flush(const(DbLsn)* lsn)
Undocumented in source. Be warned that the author may not have intended to support it.
log_get_config
int log_get_config(uint32_t which)
Undocumented in source. Be warned that the author may not have intended to support it.
log_printf
void log_printf(DbTxn* txnid, string fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
log_put
void log_put(DbLsn* lsn, const(Dbt)* data, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
log_set_config
void log_set_config(uint32_t flags, int onoff)
Undocumented in source. Be warned that the author may not have intended to support it.
log_stat
DbLogStat* log_stat(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
log_stat_print
void log_stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
log_verify
void log_verify(DbLogVerifyConfig config)
Undocumented in source. Be warned that the author may not have intended to support it.
lsn_reset
void lsn_reset(string file, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
memp_fcreate
DbMpoolfile memp_fcreate(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
memp_register
void memp_register(int ftype, int function(DbEnv env, db_pgno_t pgno, void* pgaddr, Dbt* pgcookie) pgin_fcn, int function(DbEnv env, db_pgno_t pgno, void* pgaddr, Dbt* pgcookie) pgout_fcn)
Undocumented in source. Be warned that the author may not have intended to support it.
memp_stat
void memp_stat(DbMpoolStat* gs, DbMpoolFstat*[] fs, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
memp_stat_print
void memp_stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
memp_sync
void memp_sync(DbLsn* lsn)
Undocumented in source. Be warned that the author may not have intended to support it.
memp_trickle
int memp_trickle(int percent)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_alloc
void mutex_alloc(uint32_t flags, db_mutex_t mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_free
void mutex_free(db_mutex_t mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_get_align
uint32_t mutex_get_align()
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_get_increment
uint32_t mutex_get_increment()
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_get_init
uint32_t mutex_get_init()
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_get_max
uint32_t mutex_get_max()
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_get_tas_spins
uint32_t mutex_get_tas_spins()
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_lock
void mutex_lock(db_mutex_t mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_set_align
void mutex_set_align(uint32_t alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_set_increment
void mutex_set_increment(uint32_t increment)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_set_init
void mutex_set_init(uint32_t init)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_set_max
void mutex_set_max(uint32_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_set_tas_spins
void mutex_set_tas_spins(uint32_t tas_spins)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_stat
DbMutexStat* mutex_stat(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_stat_print
void mutex_stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
mutex_unlock
void mutex_unlock(db_mutex_t mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string db_home, uint32_t flags, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string db_home, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_elect
void rep_elect(uint32_t nsites, uint32_t nvotes, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_clockskew
void rep_get_clockskew(uint32_t fast_clock, uint32_t slow_clock)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_config
int rep_get_config(uint32_t which)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_limit
uint64_t rep_get_limit()
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_limit
int rep_get_limit(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_nsites
uint32_t rep_get_nsites()
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_priority
uint32_t rep_get_priority()
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_request
void rep_get_request(uint32_t min, uint32_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_get_timeout
uint32_t rep_get_timeout(int which)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_process_message
int rep_process_message(Dbt* control, Dbt* rec, int envid, DbLsn* ret_lsn)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_clockskew
void rep_set_clockskew(uint32_t fast_clock, uint32_t slow_clock)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_config
void rep_set_config(uint32_t which, int onoff)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_limit
void rep_set_limit(uint64_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_limit
void rep_set_limit(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_nsites
void rep_set_nsites(uint32_t nsites)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_priority
void rep_set_priority(uint32_t priority)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_request
void rep_set_request(uint32_t min, uint32_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_timeout
void rep_set_timeout(int which, uint32_t timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_transport
void rep_set_transport(int envid, int function(DbEnv dbenv, const(Dbt)* control, const(Dbt)* rec, const(DbLsn)* lsnp, int envid, uint32_t flags = 0) send)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_set_view
void rep_set_view(int function(DbEnv dbenv, string name, ref int result, uint32_t flags = 0) partial_func)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_start
void rep_start(Dbt* cdata, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_stat
DbRepStat* rep_stat(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_stat_print
void rep_stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
rep_sync
void rep_sync(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_channel
DbChannel repmgr_channel(int eid, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_get_ack_policy
int repmgr_get_ack_policy()
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_local_site
DbSite repmgr_local_site()
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_local_site
int repmgr_local_site(DbSite dbsite)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_msg_dispatch
void repmgr_msg_dispatch(void function(DbEnv env, DbChannel channel, Dbt[] request, uint32_t cb_flags) msg_dispatch_fcn, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_set_ack_policy
void repmgr_set_ack_policy(int ack_policy)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_site
DbSite repmgr_site(string host, uint port, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_site_by_eid
DbSite repmgr_site_by_eid(int eid)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_site_list
DbRepmgrSite[] repmgr_site_list()
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_start
int repmgr_start(int nthreads, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_stat
DbRepmgrStat* repmgr_stat(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
repmgr_stat_print
void repmgr_stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_alloc
void set_alloc(void* function(size_t) app_malloc, void* function(void*, size_t) app_realloc, void function(void*) app_free)
Undocumented in source. Be warned that the author may not have intended to support it.
set_app_dispatch
void set_app_dispatch(int function(DbEnv dbenv, Dbt* log_rec, DbLsn* lsn, db_recops op) tx_recover)
Undocumented in source. Be warned that the author may not have intended to support it.
set_backup_callbacks
void set_backup_callbacks(int function(DbEnv, string dbname, string target, void** handle) open_func, int function(DbEnv, uint64_t offset, uint32_t size, uint8_t* buf, void* handle) write_func, int function(DbEnv, string dbname, void* handle) close_func)
Undocumented in source. Be warned that the author may not have intended to support it.
set_backup_config
void set_backup_config(DbBackupConfig option, uint32_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_blob_dir
void set_blob_dir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
set_blob_threshold
void set_blob_threshold(uint32_t bytes, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_cache_max
void set_cache_max(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
set_cache_max
void set_cache_max(uint64_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
set_cachesize
void set_cachesize(uint32_t gbytes, uint32_t bytes, int ncache)
Undocumented in source. Be warned that the author may not have intended to support it.
set_cachesize
void set_cachesize(uint64_t bytes, int ncache)
Undocumented in source. Be warned that the author may not have intended to support it.
set_create_dir
void set_create_dir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
set_data_dir
void set_data_dir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
set_encrypt
void set_encrypt(string passwd, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_errcall
void set_errcall(void function(const DbEnv dbenv, string errpfx, string msg) db_errcall_fcn)
Undocumented in source. Be warned that the author may not have intended to support it.
set_errfile
void set_errfile(File errfile)
Undocumented in source. Be warned that the author may not have intended to support it.
set_errpfx
void set_errpfx(string errpfx)
Undocumented in source. Be warned that the author may not have intended to support it.
set_event_notify
void set_event_notify(void function(DbEnv dbenv, uint32_t event, void* event_info) db_event_fcn)
Undocumented in source. Be warned that the author may not have intended to support it.
set_feedback
void set_feedback(void function(DbEnv dbenv, int opcode, int percent) db_feedback_fcn)
Undocumented in source. Be warned that the author may not have intended to support it.
set_flags
void set_flags(uint32_t flags, int onoff)
Undocumented in source. Be warned that the author may not have intended to support it.
set_intermediate_dir_mode
void set_intermediate_dir_mode(string mode)
Undocumented in source. Be warned that the author may not have intended to support it.
set_isalive
void set_isalive(int function(DbEnv dbenv, pid_t pid, db_threadid_t tid, uint32_t flags = 0) is_alive)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lg_bsize
void set_lg_bsize(uint32_t lg_bsize)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lg_dir
void set_lg_dir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lg_filemode
void set_lg_filemode(int lg_filemode)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lg_max
void set_lg_max(uint32_t lg_max)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lg_regionmax
void set_lg_regionmax(uint32_t lg_regionmax)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_conflicts
void set_lk_conflicts(uint8_t[] conflicts, int nmodes)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_detect
void set_lk_detect(uint32_t detect)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_max_lockers
void set_lk_max_lockers(uint32_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_max_locks
void set_lk_max_locks(uint32_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_max_objects
void set_lk_max_objects(uint32_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_partitions
void set_lk_partitions(uint32_t partitions)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_priority
void set_lk_priority(uint32_t lockerid, uint32_t priority)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lk_tablesize
void set_lk_tablesize(uint32_t tablesize)
Undocumented in source. Be warned that the author may not have intended to support it.
set_memory_init
void set_memory_init(DbMemConfig type, uint32_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
set_memory_max
void set_memory_max(uint64_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
set_memory_max
void set_memory_max(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
set_metadata_dir
void set_metadata_dir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
set_mp_max_openfd
void set_mp_max_openfd(int maxopenfd)
Undocumented in source. Be warned that the author may not have intended to support it.
set_mp_max_write
void set_mp_max_write(int maxwrite, db_timeout_t maxwrite_sleep)
Undocumented in source. Be warned that the author may not have intended to support it.
set_mp_mmapsize
void set_mp_mmapsize(size_t mp_mmapsize)
Undocumented in source. Be warned that the author may not have intended to support it.
set_mp_mtxcount
void set_mp_mtxcount(uint32_t mtxcount)
Undocumented in source. Be warned that the author may not have intended to support it.
set_mp_pagesize
void set_mp_pagesize(uint32_t pagesize)
Undocumented in source. Be warned that the author may not have intended to support it.
set_mp_tablesize
void set_mp_tablesize(uint32_t tablesize)
Undocumented in source. Be warned that the author may not have intended to support it.
set_msgcall
void set_msgcall(void function(const DbEnv dbenv, string msg) db_msgcall_fcn)
Undocumented in source. Be warned that the author may not have intended to support it.
set_msgfile
void set_msgfile(File msgfile)
Undocumented in source. Be warned that the author may not have intended to support it.
set_shm_key
void set_shm_key(c_long shm_key)
Undocumented in source. Be warned that the author may not have intended to support it.
set_thread_count
void set_thread_count(uint32_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
set_thread_id
void set_thread_id(void function(DbEnv dbenv, pid_t* pid, db_threadid_t* tid) thread_id)
Undocumented in source. Be warned that the author may not have intended to support it.
set_thread_id_string
void set_thread_id_string(char* function(DbEnv dbenv, pid_t pid, db_threadid_t tid, char* buf) thread_id_string)
Undocumented in source. Be warned that the author may not have intended to support it.
set_timeout
void set_timeout(db_timeout_t timeout, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_tmp_dir
void set_tmp_dir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
set_tx_max
void set_tx_max(uint32_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
set_tx_timestamp
void set_tx_timestamp(bdb_time_t timestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
set_verbose
void set_verbose(uint32_t which, int onoff)
Undocumented in source. Be warned that the author may not have intended to support it.
stat_print
void stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
txn_applied
int txn_applied(DbTxnToken* token, db_timeout_t timeout, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
txn_begin
DbTxn txn_begin(DbTxn parent, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
txn_checkpoint
void txn_checkpoint(uint32_t kbyte, uint32_t min, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
txn_recover
c_long txn_recover(DB_PREPLIST[] preplist, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
txn_stat
DbTxnStat* txn_stat(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
txn_stat_print
void txn_stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_DB_ENV
DB_ENV* _DB_ENV [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_opened
int _opened [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

db_full_version
string db_full_version(int family, int release, int major, int minor, int patch)
Undocumented in source. Be warned that the author may not have intended to support it.
db_full_version
string db_full_version(int* family, int* release, int* major, int* minor, int* patch)
Undocumented in source. Be warned that the author may not have intended to support it.
db_version
string db_version(int major, int minor, int patch)
Undocumented in source. Be warned that the author may not have intended to support it.
db_version
string db_version(int* major, int* minor, int* patch)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta