Db::get_transactional()

#include <db_cxx.h>

int
Db::get_transactional()

The Db::get_transactional() method returns non-zero if the Db handle has been opened in a transactional mode, otherwise it returns 0.

The Db::get_transactional() method may be called at any time during the life of the application.

Class

Db

See Also

Transaction Subsystem and Related Methods