1.Berkeley DB: DbLock.get_lock_idHP

DbLock.get_lock_id





import com.sleepycat.db.*;

public native int get_lock_id() throws DbException;*public native void set_lock_id(int lockid) throws DbException;





Description



=Get/set the underlying representation of the lock ID. Direct;manipulation of the underlying representation is not recommended.iRather, DbLockTab.get should be used to initialize locks,Fand the copy constructor can be used to create new DbLock objects fromexisting ones.



Class

5DbLock



See Also

DbLock.get_lock_id,7DbLock.putandHDbLock.set_lock_id.
ÿÿ