#include <db_cxx.h> int DbTxn::get_name(const char **namep);
The DbTxn::get_name()
method returns the string associated with the
transaction.
The DbTxn::get_name()
method may be called at any time during the
life of the application.
The DbTxn::get_name()
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.