Berkeley DB: DbInfo::set_re_delim
ee,hash,hashing,transaction,transactions,locking,logging,access method,access me
thods,java,C,C++">
DbInfo::set_re_delim
#include <db_cxx.h>
void DbInfo::set_re_delim(int);
Description
Set the delimiting byte used to mark the end of a record in the
source file for the Recno access method.
This byte is used for variable length records, if the re_source
file is specified and the DB_DELIMITER flag is set.
If the re_source file is specified and the DB_DELIMITER flag is
not set, <newline> characters (i.e. ``\en'', 0x0a) are
interpreted as end-of-record markers.
Class
DbInfo
See Also
DbInfo::set_bt_compare,
DbInfo::set_bt_maxkey,
DbInfo::set_bt_minkey,
DbInfo::set_bt_prefix,
DbInfo::set_cachesize,
DbInfo::set_compare,
DbInfo::set_flags,
DbInfo::set_h_ffactor,
DbInfo::set_h_hash,
DbInfo::set_h_nelem,
DbInfo::set_lorder,
DbInfo::set_malloc,
DbInfo::set_pagesize,
DbInfo::set_re_delim,
DbInfo::set_re_len,
DbInfo::set_re_pad
and
DbInfo::set_re_source.
|