diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/dbremove.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/dbremove.html')
| -rw-r--r-- | docs/api_reference/C/dbremove.html | 40 |
1 files changed, 27 insertions, 13 deletions
diff --git a/docs/api_reference/C/dbremove.html b/docs/api_reference/C/dbremove.html index f497cec4..5f9e40da 100644 --- a/docs/api_reference/C/dbremove.html +++ b/docs/api_reference/C/dbremove.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -90,7 +90,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp57945488"></a>Parameters</h3> + <h3 class="title"><a id="idm3955712"></a>Parameters</h3> </div> </div> </div> @@ -98,7 +98,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp57945872"></a>file</h4> + <h4 class="title"><a id="idm1858488"></a>file</h4> </div> </div> </div> @@ -111,7 +111,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp57997496"></a>database</h4> + <h4 class="title"><a id="idm2360920"></a>database</h4> </div> </div> </div> @@ -124,7 +124,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp57962976"></a>flags</h4> + <h4 class="title"><a id="idm4340368"></a>flags</h4> </div> </div> </div> @@ -138,7 +138,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp57956744"></a>Environment Variables</h3> + <h3 class="title"><a id="idm4308872"></a>Environment Variables</h3> </div> </div> </div> @@ -149,8 +149,8 @@ DB->remove(DB *db, </p> <p> <code class="methodname">DB->remove()</code> is affected by any database directory specified using the - <a class="xref" href="envset_data_dir.html" title="DB_ENV->set_data_dir()">DB_ENV->set_data_dir()</a> - method, or by setting the "set_data_dir" string + <a class="xref" href="envadd_data_dir.html" title="DB_ENV->add_data_dir()">DB_ENV->add_data_dir()</a> + method, or by setting the "add_data_dir" string in the environment's <a href="../../programmer_reference/env_db_config.html#env_db_config.DB_CONFIG" class="olink">DB_CONFIG</a> file. </p> </div> @@ -158,7 +158,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp58001144"></a>Errors</h3> + <h3 class="title"><a id="idm2440488"></a>Errors</h3> </div> </div> </div> @@ -174,7 +174,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp58005728"></a>EINVAL</h4> + <h4 class="title"><a id="idm7903360"></a>EINVAL</h4> </div> </div> </div> @@ -187,7 +187,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp58006584"></a>ENOENT</h4> + <h4 class="title"><a id="idm3181104"></a>ENOENT</h4> </div> </div> </div> @@ -195,12 +195,26 @@ DB->remove(DB *db, The file or directory does not exist. </p> </div> + <div class="sect3" lang="en" xml:lang="en"> + <div class="titlepage"> + <div> + <div> + <h4 class="title"><a id="idm4654368"></a>DB_META_CHKSUM_FAIL</h4> + </div> + </div> + </div> + <p> + Checksum mismatch detected on a database metadata page. + Either the database is corrupted or the file is not a Berkeley DB + database file. + </p> + </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp58004392"></a>Class</h3> + <h3 class="title"><a id="idm1926280"></a>Class</h3> </div> </div> </div> @@ -212,7 +226,7 @@ DB->remove(DB *db, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp58007552"></a>See Also</h3> + <h3 class="title"><a id="idm7914808"></a>See Also</h3> </div> </div> </div> |
