Dbc |
#include <db_cxx.h>class Dbc { ... };
This manual page describes the specific details of the Dbc class, which provides cursor support for the access methods in Db.
The Dbc functions are the library interface supporting sequential access to the records stored by the access methods of the Berkeley DB library. Cursors are created by calling the Db::cursor method which returns a pointer to a Dbc object.