Berkeley DB: DbInfo::set_re_pad
ee,hash,hashing,transaction,transactions,locking,logging,access method,access me
thods,java,C,C++">
DbInfo::set_re_pad
#include <db_cxx.h>
void DbInfo::set_re_pad(int);
Description
Set the pad character for short records for the Recno access method.
The pad character is used for fixed length records, if the DB_PAD flag
is set.
If the DB_PAD flag is not explicitly set, <space> characters
(i.e., 0x20) are used for padding.