( @(#)namemap.txt	10.1 (Sleepycat) 7/17/97  K The bulk of DB provides for wrapper classes and appropriately named methods L that call into DB.  For the most part, there is a straightforward mapping ofK names.  For the purposes of referencing documentation, this chart shows the I underlying C structure name for each C++ class.  In some cases, using the K given C prefix with a C++ method name gives the underlying C function name. D For example, DBMemPoolFile::close() is implemented by memp_fclose().    = C++                          C                       C prefix     DBApp                       none" DBAppOptions                DB_ENV  DBConfig                    none  DBException                 none* DBIterator                  DBC   (cursor)9 DBLock                      DB_LOCK                 lock_ & DBLockRequest               DB_LOCKREQ& DBLockTable                 DB_LOCKTAB8 DBLog                       DB_LOG                  log_9 DBMemPool                   DB_MPOOL                memp_ : DBMemPoolFile               DB_MPOOLFILE            memp_f$ DBMemPoolFileStat           reserved$ DBMemPoolStat               reserved" DBOpenType                  DBTYPE# DBOpenParams                DB_INFO " DBSequenceNumber            DB_LSN DBTable                     DB DBThunk                     DBT 8 DBTransaction               DB_TXN                  txn_8 DBTransactionManager        DB_TXNMGR               txn_  DBVersion                   none    < There are a few exceptions to the above, mostly to allow for? natural constructors or to avoid conflicts with reserved words:   5 C++ name                                       C name   ; DBLog::identify                                log_register = DBLog::unidentify                              log_unregister 8 DBTransaction::DBTransaction                   txn_begin7 DBTransactionManager::DBTransactionManager     txn_open 8 DBLockTable::DBLockTable                       lock_open7 DBLog::DBLog                                   log_open 8 DBMemPool::DBMemPool                           memp_open9 DBMemPoolFile::DBMemPoolFile                   memp_fopen : DBApp::removeLockTableFile                     lock_unlink: DBApp::removeMemPoolFile                       memp_unlink9 DBApp::removeLoggingFile                       log_unlink 9 DBApp::removeTransactionManagerFile            txn_unlink 5 DBTable::remove                                (*del)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         