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

13
12
<refsect1 role="description">
14
13
&reftitle.description;
15
-
<methodsynopsis>
14
+
<methodsynopsis role="SQLite3">
16
15
<modifier>public</modifier> <type>int</type><methodname>SQLite3::changes</methodname>
17
-
<void />
16
+
<void/>
18
17
</methodsynopsis>
19
18
<para>
20
19
Returns the number of database rows that were changed (or inserted or
...
...
@@ -30,7 +29,7 @@
30
29
<refsect1 role="returnvalues">
31
30
&reftitle.returnvalues;
32
31
<para>
33
-
Returns an <type>integer</type> value corresponding to the number of
32
+
Returns an <type>int</type> value corresponding to the number of
34
33
database rows changed (or inserted or deleted) by the most recent SQL
35
34
statement.
36
35
</para>
...
...
@@ -58,7 +57,6 @@ if ($query) {
58
57
</refsect1>
59
58

60
59
</refentry>
61
-

62
60
<!-- Keep this comment at the end of the file
63
61
Local variables:
64
62
mode: sgml
65
63