value_set.html   [plain text]


<!--$Id: value_set.so,v 11.10 2003/10/18 19:16:14 bostic Exp $-->
<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB Reference Guide: Release 3.0: db_value_set</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td><b><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></b></td>
<td align=right><a href="../upgrade.3.0/jump_set.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.3.0/dbenv_cxx.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p align=center><b>Release 3.0: db_value_set</b></p>
<p>The db_value_set function has been removed from the Berkeley DB 3.0 release,
replaced by method calls on the <a href="../../api_c/env_class.html">DB_ENV</a> handle.</p>
<p>The following table lists the db_value_set arguments previously used by
applications and the function that should now be used instead.</p>
<table border=1 align=center>
<tr><th>db_value_set argument</th><th>Berkeley DB 3.X method</th></tr>
<tr><td>DB_MUTEX_LOCKS</td><td>dbenv_set_mutexlocks</td></tr>
<tr><td>DB_REGION_ANON</td><td>The DB_REGION_ANON functionality has
been replaced by the <a href="../../api_c/env_open.html#DB_SYSTEM_MEM">DB_SYSTEM_MEM</a> and <a href="../../api_c/env_open.html#DB_PRIVATE">DB_PRIVATE</a> flags
to the <a href="../../api_c/env_open.html">DB_ENV-&gt;open</a> function.  A direct translation is not
available, please review the <a href="../../api_c/env_open.html">DB_ENV-&gt;open</a> manual page for more
information.</td></tr>
<tr><td>DB_REGION_INIT</td><td>dbenv_set_region_init</td></tr>
<tr><td>DB_REGION_NAME</td><td>The DB_REGION_NAME functionality has
been replaced by the <a href="../../api_c/env_open.html#DB_SYSTEM_MEM">DB_SYSTEM_MEM</a> and <a href="../../api_c/env_open.html#DB_PRIVATE">DB_PRIVATE</a> flags
to the <a href="../../api_c/env_open.html">DB_ENV-&gt;open</a> function.  A direct translation is not
available, please review the <a href="../../api_c/env_open.html">DB_ENV-&gt;open</a> manual page for more
information.</td></tr>
<tr><td>DB_TSL_SPINS</td><td>dbenv_set_tas_spins</td></tr>
</table>
<table width="100%"><tr><td><br></td><td align=right><a href="../upgrade.3.0/jump_set.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.3.0/dbenv_cxx.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
</body>
</html>