reference/ibm_db2/functions/db2-last-insert-id.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -1,7 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.db2-last-insert-id">
3
+
<refentry xml:id="function.db2-last-insert-id" xmlns="http://docbook.org/ns/docbook">
5
4
<refnamediv>
6
5
<refname>db2_last_insert_id</refname>
7
6
<refpurpose>Returns the auto generated ID of the last insert query that successfully
...
...
@@ -11,7 +10,7 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<methodsynopsis>
14
-
<type>string</type><methodname>db2_last_insert_id</methodname>
13
+
<type class="union"><type>string</type><type>null</type></type><methodname>db2_last_insert_id</methodname>
15
14
<methodparam><type>resource</type><parameter>resource</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
...
...
@@ -125,7 +124,6 @@ Last Insert ID is : 1
125
124
</refsect1>
126
125

127
126
</refentry>
128
-
129
127
<!-- Keep this comment at the end of the file
130
128
Local variables:
131
129
mode: sgml
...
...
@@ -146,4 +144,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
146
144
vim: et tw=78 syn=sgml
147
145
vi: ts=1 sw=1
148
146
-->
149
-

150
147