reference/sqlite3/sqlite3/lastinsertrowid.xml
855bfee2f3db70d7dbb4c60c7c4a4efa567f1c60
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="sqlite3.lastinsertrowid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SQLite3::lastInsertRowID</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SQLite3">
13
12
<modifier>public</modifier> <type>int</type><methodname>SQLite3::lastInsertRowID</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the row ID of the most recent INSERT into the database.
...
...
@@ -26,12 +25,13 @@
26
25
<refsect1 role="returnvalues">
27
26
&reftitle.returnvalues;
28
27
<para>
29
-
Returns the row ID of the most recent INSERT into the database
28
+
Returns the row ID of the most recent INSERT into the database.
29
+
If no successful INSERTs into rowid tables have ever occurred on this database connection,
30
+
then <methodname>SQLite3::lastInsertRowID</methodname> returns <literal>0</literal>.
30
31
</para>
31
32
</refsect1>
32
33

33
34
</refentry>
34
-

35
35
<!-- Keep this comment at the end of the file
36
36
Local variables:
37
37
mode: sgml
38
38