首页 > 数据库技术 > 详细

bdb 支持类型

时间:2020-07-05 00:47:13      阅读:65      评论:0      收藏:0      [点我收藏+]

The type parameter is of type DBTYPE, and must be set to one of DB_BTREE, DB_HASH,
DB_HEAP, DB_QUEUE, DB_RECNO, or DB_UNKNOWN. If type is DB_UNKNOWN, the database must
already exist and Db::open() will automatically determine its type. The Db::get_type() (page
64) method may be used to determine the underlying type of databases opened using
DB_UNKNOWN.
It is an error to specify the incorrect type for a database that already exi

bdb 支持类型

原文:https://www.cnblogs.com/hshy/p/13237308.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!