⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 put.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: put.so,v 10.15 2003/10/18 19:15:53 bostic Exp $])m4_ref_title(Access Methods,    Storing records, @storing records, am/get, am/delete)m4_p([dnlThe m4_refT(dbh_put) stores records into the database.  In general,m4_ref(dbh_put) takes a key and stores the associated data into thedatabase.])m4_p([dnlThere are a few flags that you can set to customize storage:])m4_tagbeginm4_tag([m4_ref(DB_APPEND)],[Simply append the data to the end of the database, treating the databasemuch like a simple log.  This flag is only valid for the Queue and Recnoaccess methods.])m4_tag([m4_ref(DB_NOOVERWRITE)],[Only store the data item if the key does not already appear in the database.])m4_tagendm4_p([dnlIf the database has been configured to support duplicate records, them4_refT(dbh_put) will add the new data value at the end of the duplicateset.  If the database supports sorted duplicates, the new data value isinserted at the correct sorted location.])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -