Berkeley DB Reference Guide:
Upgrading Berkeley DB Applications
PrevRefNext

Release 4.6: C API cursor handle method names

In the Berkeley DB 4.6 release, the C API DBC handle methods have been renamed for consistency with the C++ and Java APIs. The change is the removal of the leading "c_" from the names, as follows:


DBC->c_close DBC->c_count DBC->c_del DBC->c_dup DBC->c_get DBC->c_pget DBC->c_put

The old DBC method names are deprecated but will continue for work for some number of future releases.


PrevRefNext

Copyright (c) 1996,2008 Oracle. All rights reserved.