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/dbget_partition_dirs.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/dbget_partition_dirs.html')
| -rw-r--r-- | docs/api_reference/C/dbget_partition_dirs.html | 54 |
1 files changed, 30 insertions, 24 deletions
diff --git a/docs/api_reference/C/dbget_partition_dirs.html b/docs/api_reference/C/dbget_partition_dirs.html index d2bd114c..2b064aca 100644 --- a/docs/api_reference/C/dbget_partition_dirs.html +++ b/docs/api_reference/C/dbget_partition_dirs.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> @@ -43,24 +43,26 @@ int DB->get_partition_dirs(DB *db, const char ***dirsp); </pre> <p> - Determine which directorise the database partitions files will be created in or were found in. - </p> + Identify the directories used to store the database partitions. + </p> <p> - The <code class="methodname">DB->get_partition_dirs()</code> method may be called at any time. - </p> + The <code class="methodname">DB->get_partition_dirs()</code> method + may be called at any time. + </p> <p> - The <code class="methodname">DB->get_partition_dirs()</code> <span> + The <code class="methodname">DB->get_partition_dirs()</code> + <span> <span> method returns a non-zero error value on failure and 0 on success. </span> </span> - </p> + </p> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp57726864"></a>Parameters</h3> + <h3 class="title"><a id="idm8032824"></a>Parameters</h3> </div> </div> </div> @@ -68,39 +70,43 @@ DB->get_partition_dirs(DB *db, const char ***dirsp); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp57726216"></a>dirsp</h4> + <h4 class="title"><a id="idm6814704"></a>dirsp</h4> </div> </div> </div> <p> - The <span class="bold"><strong>dirsp</strong></span> will be set to the array of directories - specified in the call to <a class="xref" href="dbset_partition_dirs.html" title="DB->set_partition_dirs()">DB->set_partition_dirs()</a> - method on this handle or to the directoreies that the database partitions were found in - after <a class="xref" href="dbopen.html" title="DB->open()">DB->open()</a> has been called. - </p> + The <span class="bold"><strong>dirsp</strong></span> will be set + to the array of directories specified in the call to + <a class="xref" href="dbset_partition_dirs.html" title="DB->set_partition_dirs()">DB->set_partition_dirs()</a> + method on this handle or to the directoreies that the + database partitions were found in after + <a class="xref" href="dbopen.html" title="DB->open()">DB->open()</a> has been + called. + </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp57719344"></a>Errors</h3> + <h3 class="title"><a id="idm5930168"></a>Errors</h3> </div> </div> </div> <p> - The <code class="methodname">DB->get_partition_dirs()</code> <span> + The <code class="methodname">DB->get_partition_dirs()</code> + <span> <span> method may fail and return one of the following non-zero errors: </span> </span> - </p> + </p> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp57731496"></a>EINVAL</h4> + <h4 class="title"><a id="idm1359392"></a>EINVAL</h4> </div> </div> </div> @@ -113,25 +119,25 @@ DB->get_partition_dirs(DB *db, const char ***dirsp); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp57730416"></a>Class</h3> + <h3 class="title"><a id="idm1134696"></a>Class</h3> </div> </div> </div> <p> - <a class="link" href="db.html" title="Chapter 2. The DB Handle">DB</a> - </p> + <a class="link" href="db.html" title="Chapter 2. The DB Handle">DB</a> + </p> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp57714584"></a>See Also</h3> + <h3 class="title"><a id="idm2565520"></a>See Also</h3> </div> </div> </div> <p> - <a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a> - </p> + <a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a> + </p> </div> </div> <div class="navfooter"> |
