DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

DbLock

API Ref

#include <db_cxx.h>

class DbLock { public: DbLock(); DbLock(const DbLock &); DbLock &operator = (const DbLock &); ~DbLock(); };


Description: DbLock

The locking interfaces for the Berkeley DB database environment are methods of the DbEnv handle. The DbLock object is the handle for a single lock, and has no methods of its own.


Class

DbEnv, DbLock

See Also

Locking Subsystem and Related Methods

APIRef

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.