Dbc

APIRef

#include <db_cxx.h>

class Dbc { ... };

Description

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.

Class

Dbc

See Also

Dbc::close, Dbc::count, Dbc::del, Dbc::dup, Dbc::get, Dbc::pget, and Dbc::put.

APIRef

Copyright Sleepycat Software