import com.sleepycat.db.*;public void set_re_delim(int re_delim);
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.