Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > a4c98df40e78f6c892308fd6841f950a > files > 1105

lib64db4.2-devel-4.2.52-11mdv2007.0.x86_64.rpm

<!--$Id: value_set.so,v 11.10 2003/10/18 19:16:14 bostic Exp $-->
<!--Copyright 1997-2003 by Sleepycat Software, Inc.-->
<!--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,b+tree,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><h3><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></h3></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>
<h3 align=center>Release 3.0: db_value_set</h3>
<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><a href="../../sleepycat/legal.html">Copyright (c) 1996-2003</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font>
</body>
</html>