summaryrefslogtreecommitdiff
path: root/docs/installation/upgrade_11gr2_52_seq_sql.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/installation/upgrade_11gr2_52_seq_sql.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/installation/upgrade_11gr2_52_seq_sql.html')
-rw-r--r--docs/installation/upgrade_11gr2_52_seq_sql.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/installation/upgrade_11gr2_52_seq_sql.html b/docs/installation/upgrade_11gr2_52_seq_sql.html
index 74d4fe07..585f4b06 100644
--- a/docs/installation/upgrade_11gr2_52_seq_sql.html
+++ b/docs/installation/upgrade_11gr2_52_seq_sql.html
@@ -7,24 +7,23 @@
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" />
- <link rel="up" href="upgrade_52_toc.html" title="Chapter 10.  Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2" />
+ <link rel="up" href="upgrade_52_toc.html" title="Chapter 12.  Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2" />
<link rel="prev" href="upgrade_11gr2_52_repmgr_channels.html" title="Repmgr Message Channels" />
<link rel="next" href="upgrade_11gr2_52_xa.html" title="Berkeley DB X/Open Compliant XA Resource Manager" />
</head>
<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>
- <th colspan="3" align="center">Sequence Support in the SQL Layer</th>
+ <th colspan="3" align="center">Sequence Support in the
+ SQL Layer</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="upgrade_11gr2_52_repmgr_channels.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 10. 
- Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2
- </th>
+ <th width="60%" align="center">Chapter 12.  Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2 </th>
<td width="20%" align="right"> <a accesskey="n" href="upgrade_11gr2_52_xa.html">Next</a></td>
</tr>
</table>
@@ -34,7 +33,8 @@
<div class="titlepage">
<div>
<div>
- <h2 class="title" style="clear: both"><a id="upgrade_11gr2_52_seq_sql"></a>Sequence Support in the SQL Layer</h2>
+ <h2 class="title" style="clear: both"><a id="upgrade_11gr2_52_seq_sql"></a>Sequence Support in the
+ SQL Layer</h2>
</div>
</div>
</div>
@@ -42,26 +42,26 @@
<dl>
<dt>
<span class="sect2">
- <a href="upgrade_11gr2_52_seq_sql.html#idp710392">New Functions</a>
+ <a href="upgrade_11gr2_52_seq_sql.html#idp1303976">New Functions</a>
</span>
</dt>
</dl>
</div>
<p>
- A partial implementation of the sequence API defined in the SQL
- 2003 specification has been added to the SQL layer. A sequence is
- created using the syntax:
+ A partial implementation of the sequence API defined in the
+ SQL 2003 specification has been added to the SQL layer. A
+ sequence is created using the syntax:
</p>
<pre class="programlisting">SELECT create_sequence("sequence_name"...) </pre>
- <p>
- The sequence numbers are accessed using
+ <p>
+ The sequence numbers are accessed using
</p>
<pre class="programlisting">SELECT nextval("sequence_name") </pre>
- <p>
+ <p>
and
</p>
<pre class="programlisting">SELECT currval("sequence_name")</pre>
- <p>
+ <p>
Finally, a sequence can be dropped using
</p>
<pre class="programlisting">SELECT drop_sequence("sequence_name")</pre>
@@ -69,15 +69,15 @@
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp710392"></a>New Functions</h3>
+ <h3 class="title"><a id="idp1303976"></a>New Functions</h3>
</div>
</div>
</div>
- <p>
- The four new functions, which have to be called as part of a
- <code class="literal">SELECT</code> statement, are describe in more
- detail in <a href="../bdb-sql/sequencesupport.html" class="olink">Using Sequences</a> in the
- <em class="citetitle">Berkeley DB Getting Started with the SQL APIs</em> guide.
+ <p>
+ The four new functions, which have to be called as part
+ of a <code class="literal">SELECT</code> statement, are describe in
+ more detail in <a href="../bdb-sql/sequencesupport.html" class="olink">Using Sequences</a> in the
+ <em class="citetitle">Berkeley DB Getting Started with the SQL APIs</em> guide.
</p>
<div class="itemizedlist">
@@ -91,7 +91,7 @@
<li>
<a href="../bdb-sql/sequencesupport.html#seq_currval" class="olink">seq_currval</a>
</li>
- <li><a href="../bdb-sql/sequencesupport.html#seq_drop_sequence" class="olink">seq_drop_sequence</a>.
+ <li><a href="../bdb-sql/sequencesupport.html#seq_drop_sequence" class="olink">seq_drop_sequence</a>.
</li>
</ul>
</div>