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

📄 open.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: open.so,v 10.19 2003/10/18 19:16:01 bostic Exp $])m4_ref_title(Environment,    Opening databases within the environment,, env/create, env/error)m4_p([dnlOnce the environment has been created, database handles may be createdand then opened within the environment.  This is done by calling them4_ref(dbh_create) function and specifying the appropriate environmentas an argument.])m4_p([dnlFile naming, database operations, and error handling will all be done asspecified for the environment.  For example, if the m4_ref(DB_INIT_LOCK)or m4_ref(DB_INIT_CDB) flags were specified when the environment wascreated or joined, database operations will automatically perform allnecessary locking operations for the application.])m4_p([dnlThe following is a simple example of opening two databases within adatabase environment:])include(ref/env/open.cs)m4_page_footer

⌨️ 快捷键说明

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