DB->get_env

API Ref

#include <db.h>

DB_ENV * DB->get_env(DB *db);


Description: 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.


Class

DB

See Also

Databases and Related Methods

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.