namemap.txt
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. $Id: namemap.txt,v 10.4 2000/02/19 20:57:54 bostic Exp $
  2. The bulk of DB provides for wrapper classes and appropriately named methods
  3. that call into DB.  For the most part, there is a straightforward mapping of
  4. names.  For the purposes of referencing documentation, this chart shows the
  5. underlying C structure name for each C++ class.  In some cases, using the
  6. given C prefix with a C++ method name gives the underlying C function name.
  7. For example, DbMpoolFile::close() is implemented by memp_fclose().
  8. C++                          C                       C prefix
  9. Db                          DB
  10. DbEnv                       DB_ENV
  11. Dbc                         DBC
  12. DbException                 none
  13. DbInfo                      DB_INFO
  14. DbLock                      DB_LOCK                  lock_
  15. DbLsn                       DB_LSN
  16. DbMpoolFile                 DB_MPOOL_FILE            memp_
  17. Dbt                         DBT
  18. DbTxn                       DB_TXN                   txn_