1<!--$Id: db_getenv.so,v 10.9 2005/07/20 16:22:49 bostic Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB: DB-&gt;get_env</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<table width="100%"><tr valign=top>
12<td>
13<b>DB-&gt;get_env</b>
14</td>
15<td align=right>
16<a href="/api_c/api_core.html"><img src="/images/api.gif" alt="API"></a>
17<a href="/ref/toc.html"><img src="/images/ref.gif" alt="Ref"></a></td>
18</tr></table>
19<hr size=1 noshade>
20<tt>
21<b><pre>
22#include &lt;db.h&gt;
23<p>
24DB_ENV *
25DB-&gt;get_env(DB *db);
26</pre></b>
27<hr size=1 noshade>
28<b>Description: DB-&gt;get_env</b>
29<p>The DB-&gt;get_env method returns the handle for the database environment underlying the database.</p>
30<p>The DB-&gt;get_env method may be called at any time during the life of the
31application.</p>
32<hr size=1 noshade>
33<br><b>Class</b>
34<a href="/api_c/db_class.html">DB</a>
35<br><b>See Also</b>
36<a href="/api_c/db_list.html">Databases and Related Methods</a>
37</tt>
38<table width="100%"><tr><td><br></td><td align=right>
39<a href="/api_c/api_core.html"><img src="/images/api.gif" alt="API"></a><a href="/ref/toc.html"><img src="/images/ref.gif" alt="Ref"></a>
40</td></tr></table>
41<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
42</body>
43</html>
44