#include <db_cxx> int DbSequence::stat_print(u_int32_t flags);
The DbSequence::stat_print()
method prints diagnostic information to
the output channel described by the
DbEnv::set_msgfile()
method.
The DbSequence::stat_print()
method either returns a non-zero error value or throws an
exception that encapsulates a non-zero error value on
failure, and returns 0 on success.