-I&Berkeley DB: db_version[P

db_version





#include <db.h>

char */db_version(int *major, int *minor, int *patch);





Description



@The db_version function returns a pointer to a string containing Berkeley DB version information.IIf major is non-NULL, the major version of the Berkeley DB release&is stored in the memory it references.IIf minor is non-NULL, the minor version of the Berkeley DB release&is stored in the memory it references.IIf patch is non-NULL, the patch version of the Berkeley DB release&is stored in the memory it references.



See Also

8db_appexit,8db_appinit, db_version,2DB->close,4DB->cursor,.DB->del,,DB->fd,.DB->get,/db_open,.DB->put,0DB->stat,0DB->sync,;DBcursor->c_close,7DBcursor->c_del,6DBcursor->c_getand7DBcursor->c_put.
ÿÿ