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

📄 ops.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: ops.so,v 10.22 2002/08/30 20:01:36 bostic Exp $])m4_ref_title(Access Methods,    Access method operations,, am_conf/renumber, am/open)m4_p([dnlOnce a database handle has been created using m4_ref(dbh_create), thereare several standard access method operations.  Each of these operationsis performed using a method referred to by the returned handle.Generally, the database will be opened using m4_ref(dbh_open).  If thedatabase is from an old release of m4_db, it may need to be upgraded tothe current release before it is opened using m4_ref(dbh_upgrade).])m4_p([dnlOnce a database has been opened, records may be retrieved (m4_ref(dbh_get)),stored (m4_ref(dbh_put)), and deleted (m4_ref(dbh_del)).])m4_p([dnlAdditional operations supported by the database handle includestatistics (m4_ref(dbh_stat)), truncation (m4_ref(dbh_truncate)),version upgrade (m4_ref(dbh_upgrade)), verification and salvage(m4_ref(dbh_verify)), flushing to a backing file (m4_ref(dbh_sync)),and association of secondary indices (m4_ref(dbh_associate)).  Databasehandles are eventually closed using m4_ref(dbh_close).])include(db/m4.methods)m4_page_footer

⌨️ 快捷键说明

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