#include <db_cxx.h> DbEnv * Db::get_env();
         The Db::get_env() method returns the handle for the database
         environment underlying the database.
    
         The Db::get_env() method may be called at any time during the life of
         the application.