reference/sqlite3/sqlite3/lasterrorcode.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.lasterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SQLite3::lastErrorCode</refname>
...
...
@@ -11,9 +10,9 @@
11
10

12
11
<refsect1 role="description">
13
12
&reftitle.description;
14
-
<methodsynopsis>
13
+
<methodsynopsis role="SQLite3">
15
14
<modifier>public</modifier> <type>int</type><methodname>SQLite3::lastErrorCode</methodname>
16
-
<void />
15
+
<void/>
17
16
</methodsynopsis>
18
17
<para>
19
18
Returns the numeric result code of the most recent failed SQLite request.
...
...
@@ -34,7 +33,6 @@
34
33
</refsect1>
35
34

36
35
</refentry>
37
-

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