diff options
Diffstat (limited to 'docs/api_reference/CXX/db_verify.html')
| -rw-r--r-- | docs/api_reference/CXX/db_verify.html | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/docs/api_reference/CXX/db_verify.html b/docs/api_reference/CXX/db_verify.html index 948db29f..ef12d222 100644 --- a/docs/api_reference/CXX/db_verify.html +++ b/docs/api_reference/CXX/db_verify.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> @@ -38,10 +38,11 @@ </div> </div> </div> - <pre class="programlisting">db_verify [-NoqV] [-h home] [-P password] file ... </pre> + <pre class="programlisting">db_verify [-mNoqV] [-b blob_dir] [-h home] [-P password] name ... </pre> <p> The <span class="command"><strong>db_verify</strong></span> utility verifies the structure of one or more files and - the databases they contain. + the databases they contain. If '-m' option is specified, it verifies one or more named + in-memory databases. </p> <p> The options are as follows: @@ -50,6 +51,17 @@ <ul type="disc"> <li> <p> + <span class="bold"><strong>-b</strong></span> + </p> + <p> + Specify the directory where BLOB data is stored. By default, if using a + database environment, the BLOB data is placed in a subdirectory within the + environment, otherwise, it is placed in a directory local to the current + working directory. + </p> + </li> + <li> + <p> <span class="bold"><strong>-h</strong></span> </p> <p> @@ -59,6 +71,14 @@ </li> <li> <p> + <span class="bold"><strong>-m</strong></span> + </p> + <p> + Verify the named in-memory databases. + </p> + </li> + <li> + <p> <span class="bold"><strong>-o</strong></span> </p> <p> @@ -143,7 +163,7 @@ <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp5627144"></a>Environment Variables</h3> + <h3 class="title"><a id="idp5867248"></a>Environment Variables</h3> </div> </div> </div> @@ -151,7 +171,7 @@ <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp5627336"></a>DB_HOME</h4> + <h4 class="title"><a id="idp5867440"></a>DB_HOME</h4> </div> </div> </div> |
