#include <db.h> int DB_TXN->get_name(DB_TXN *txn, const char **namep);
The DB_TXN->get_name()
method returns the string associated with the
transaction.
The DB_TXN->get_name()
method may be called at any time during the
life of the application.
The DB_TXN->get_name()
method returns a non-zero error value on failure and 0 on success.