diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 19:42:05 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 19:42:05 -0500 |
commit | ec6ae091617bdfdca9e65e8d3e65b950d234f676 (patch) | |
tree | 9dd732e08dba156ee3d7635caedc0dc3107ecac6 /bdb/cxx/namemap.txt | |
parent | 87d70fb598105b64b538ff6b81eef9da626255b1 (diff) | |
download | mariadb-git-ec6ae091617bdfdca9e65e8d3e65b950d234f676.tar.gz |
Import changeset
Diffstat (limited to 'bdb/cxx/namemap.txt')
-rw-r--r-- | bdb/cxx/namemap.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bdb/cxx/namemap.txt b/bdb/cxx/namemap.txt new file mode 100644 index 00000000000..75207718577 --- /dev/null +++ b/bdb/cxx/namemap.txt @@ -0,0 +1,21 @@ +$Id: namemap.txt,v 10.4 2000/02/19 20:57:54 bostic Exp $ + +The bulk of DB provides for wrapper classes and appropriately named methods +that call into DB. For the most part, there is a straightforward mapping of +names. For the purposes of referencing documentation, this chart shows the +underlying C structure name for each C++ class. In some cases, using the +given C prefix with a C++ method name gives the underlying C function name. +For example, DbMpoolFile::close() is implemented by memp_fclose(). + +C++ C C prefix + +Db DB +DbEnv DB_ENV +Dbc DBC +DbException none +DbInfo DB_INFO +DbLock DB_LOCK lock_ +DbLsn DB_LSN +DbMpoolFile DB_MPOOL_FILE memp_ +Dbt DBT +DbTxn DB_TXN txn_ |