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/seqget.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/seqget.html')
| -rw-r--r-- | docs/api_reference/C/seqget.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/api_reference/C/seqget.html b/docs/api_reference/C/seqget.html index 9bd55636..7a8fc008 100644 --- a/docs/api_reference/C/seqget.html +++ b/docs/api_reference/C/seqget.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> @@ -42,7 +42,7 @@ int DB_SEQUENCE->get(DB_SEQUENCE *seq, - DB_TXN *txnid, int32_t delta, db_seq_t *retp, u_int32_t flags); </pre> + DB_TXN *txnid, u_int32_t delta, db_seq_t *retp, u_int32_t flags); </pre> <p> The <code class="methodname">DB_SEQUENCE->get()</code> method returns the next available element in the sequence and changes the sequence value by <span class="bold"><strong>delta</strong></span>. The value of <span class="bold"><strong>delta</strong></span> must be greater than zero. If there are @@ -72,7 +72,7 @@ DB_SEQUENCE->get(DB_SEQUENCE *seq, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62551664"></a>Parameters</h3> + <h3 class="title"><a id="idp4321072"></a>Parameters</h3> </div> </div> </div> @@ -80,7 +80,7 @@ DB_SEQUENCE->get(DB_SEQUENCE *seq, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62551856"></a>txnid</h4> + <h4 class="title"><a id="idp4321264"></a>txnid</h4> </div> </div> </div> @@ -113,7 +113,7 @@ DB_SEQUENCE->get(DB_SEQUENCE *seq, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62508624"></a>delta</h4> + <h4 class="title"><a id="idp4270376"></a>delta</h4> </div> </div> </div> @@ -125,7 +125,7 @@ DB_SEQUENCE->get(DB_SEQUENCE *seq, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62563040"></a>retp</h4> + <h4 class="title"><a id="idp4332448"></a>retp</h4> </div> </div> </div> @@ -138,7 +138,7 @@ DB_SEQUENCE->get(DB_SEQUENCE *seq, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62543960"></a>flags</h4> + <h4 class="title"><a id="idp4319048"></a>flags</h4> </div> </div> </div> @@ -167,7 +167,7 @@ DB_SEQUENCE->get(DB_SEQUENCE *seq, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62558688"></a>Class</h3> + <h3 class="title"><a id="idp4328096"></a>Class</h3> </div> </div> </div> @@ -179,7 +179,7 @@ DB_SEQUENCE->get(DB_SEQUENCE *seq, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62554512"></a>See Also</h3> + <h3 class="title"><a id="idp4323920"></a>See Also</h3> </div> </div> </div> |
