Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 909f302ad53a08b3685753343102c969 > files > 527

lib64db4.1-devel-4.1.25-13mdv2008.1.x86_64.rpm

<!--$Id: db_rename.so,v 11.5 2002/08/18 21:17:27 bostic Exp $-->
<!--$Id: m4.tcl,v 11.25 2002/02/22 18:59:43 bostic Exp $-->
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB: berkdb dbrename</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>
<a name="2"><!--meow--></a>
<table width="100%"><tr valign=top>
<td>
<h1><b>berkdb dbrename</b></h1>
</td>
<td align=right>
<a href="../../db4-devel-4.1.25/api_tcl/tcl_index.html"><img src="../../db4-4.1.25/images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../../db4-4.1.25/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<hr size=1 noshade>
<tt>
<h3><pre>berkdb rename
	[-env env]
	[--]
	file
	[database
	newname]
</pre></h3>
<h1>Description</h1>
<p>Renames the Berkeley DB database specified by the database name <b>file</b> and
[database] name arguments to the new name given.
If no <b>database</b> is specified,
the physical file represented by <b>file</b> is renamed.
<p>No reference count of database use is maintained by Berkeley DB.  Applications
should not rename databases that are currently in use.
<p>The options are as follows:
<p><dl compact>
<p><dt>-env env<dd>If a <b>-env</b> argument is given, the database in the specified Berkeley DB
environment is renamed.
<p><dt>--<dd>Mark the end of the command arguments.
</dl>
<p>The <b>berkdb dbrename</b> command returns 0 on success, and in the case of error, a Tcl error
is thrown.
</tt>
<table width="100%"><tr><td><br></td><td align=right>
<a href="../../db4-devel-4.1.25/api_tcl/tcl_index.html"><img src="../../db4-4.1.25/images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../../db4-4.1.25/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
</body>
</html>