berkeleydb.dblogverifyconfig

Undocumented in source.

Members

Aliases

DbLogVerifyConfig
alias DbLogVerifyConfig = DB_LOG_VERIFY_CONFIG
Undocumented in source.

Functions

set_cachesize
void set_cachesize(DB_LOG_VERIFY_CONFIG config, uint32_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_continue_after_fail
void set_continue_after_fail(DB_LOG_VERIFY_CONFIG config, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_dbfile
void set_dbfile(DB_LOG_VERIFY_CONFIG config, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_dbname
void set_dbname(DB_LOG_VERIFY_CONFIG config, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_end_lsn
void set_end_lsn(DB_LOG_VERIFY_CONFIG config, DB_LSN value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_end_time
void set_end_time(DB_LOG_VERIFY_CONFIG config, time_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_start_lsn
void set_start_lsn(DB_LOG_VERIFY_CONFIG config, DB_LSN value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_start_time
void set_start_time(DB_LOG_VERIFY_CONFIG config, time_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_temp_envhome
void set_temp_envhome(DB_LOG_VERIFY_CONFIG config, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_verbose
void set_verbose(DB_LOG_VERIFY_CONFIG config, int value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta