class BDB::Recnum

Don't mix these methods with methods of <em>BDB::Cursor</em>

All instance methods has the same syntax than the methods of Array

BDB::Recnum.open(name, subname, flags, mode)

is equivalent to

BDB::Recno.open(name, subname, flags, mode, “set_flags” => BDB::RENUMBER, “set_array_base” => 0)

Inherit from BDB::Common