#include <db_cxx.h>unsigned int DbLock::get_lock_id(); void DbLock::set_lock_id(unsigned int);
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.