(I$Berkeley DB: DbTxn.id[P

DbTxn.id





import com.sleepycat.db.*;

public int id() throws DbException;





Description



IThe DbTxn.id method returns the unique transaction id associated with theHspecified transaction. Locking calls made on behalf of this transactionCshould use the value returned from DbTxn.id as the locker parameterŒto the DbLockTab.get or DbLockTab.vec calls.



Class

3DbTxn



See Also

:DbTxn.abort,<DbTxn.commit,DbTxn.idand>DbTxn.prepare.
ÿÿ