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/seqstat.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/seqstat.html')
| -rw-r--r-- | docs/api_reference/C/seqstat.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/api_reference/C/seqstat.html b/docs/api_reference/C/seqstat.html index 1fdbc71b..c924d79a 100644 --- a/docs/api_reference/C/seqstat.html +++ b/docs/api_reference/C/seqstat.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> @@ -86,7 +86,7 @@ DB_SEQUENCE->stat(DB_SEQUENCE *db, DB_SEQUENCE_STAT **spp, <ul type="disc"> <li> <p> - <span class="bold"><strong>int32_t st_cache_size;</strong></span> + <span class="bold"><strong>u_int32_t st_cache_size;</strong></span> </p> <p> The number of values that will be cached in this handle. @@ -118,18 +118,18 @@ DB_SEQUENCE->stat(DB_SEQUENCE *db, DB_SEQUENCE_STAT **spp, </li> <li> <p> - <span class="bold"><strong>db_seq_t st_min;</strong></span> + <span class="bold"><strong>db_seq_t st_max;</strong></span> </p> <p> - The minimum permitted value of the sequence. + The maximum permitted value of the sequence. </p> </li> <li> <p> - <span class="bold"><strong>db_seq_t st_max;</strong></span> + <span class="bold"><strong>db_seq_t st_min;</strong></span> </p> <p> - The maximum permitted value of the sequence. + The minimum permitted value of the sequence. </p> </li> <li> @@ -164,7 +164,7 @@ DB_SEQUENCE->stat(DB_SEQUENCE *db, DB_SEQUENCE_STAT **spp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62678656"></a>Parameters</h3> + <h3 class="title"><a id="idp4449048"></a>Parameters</h3> </div> </div> </div> @@ -172,7 +172,7 @@ DB_SEQUENCE->stat(DB_SEQUENCE *db, DB_SEQUENCE_STAT **spp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62648000"></a>flags</h4> + <h4 class="title"><a id="idp4439824"></a>flags</h4> </div> </div> </div> @@ -207,7 +207,7 @@ DB_SEQUENCE->stat(DB_SEQUENCE *db, DB_SEQUENCE_STAT **spp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62685384"></a>Class</h3> + <h3 class="title"><a id="idp4455864"></a>Class</h3> </div> </div> </div> @@ -219,7 +219,7 @@ DB_SEQUENCE->stat(DB_SEQUENCE *db, DB_SEQUENCE_STAT **spp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62686856"></a>See Also</h3> + <h3 class="title"><a id="idp4457336"></a>See Also</h3> </div> </div> </div> |
