Berkeley DB: DbLock::get_lock_id

DbLock::get_lock_id


#include <db_cxx.h>

unsigned int DbLock::get_lock_id(); void DbLock::set_lock_id(unsigned int);

Description

Get/set the underlying representation of the lock ID. Direct manipulation of the underlying representation is not recommended. Rather, DbLockTab::get should be used to initialize locks, and the copy constructor and assignment operators can be used to assign to other DbLock objects.

Class

DbLock

See Also

DbLock::get_lock_id, DbLock::put and DbLock::set_lock_id.