reference/sqlite3/sqlite3/escapestring.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.escapestring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SQLite3::escapeString</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> <modifier>static</modifier> <type>string</type><methodname>SQLite3::escapeString</methodname>
14
-
<methodparam><type>string</type><parameter>value</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>string</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns a string that has been properly escaped for safe inclusion in an
...
...
@@ -29,7 +28,7 @@
29
28
<para>
30
29
<variablelist>
31
30
<varlistentry>
32
-
<term><parameter>value</parameter></term>
31
+
<term><parameter>string</parameter></term>
33
32
<listitem>
34
33
<para>
35
34
The string to be escaped.
...
...
@@ -61,7 +60,6 @@
61
60
</refsect1>
62
61

63
62
</refentry>
64
-

65
63
<!-- Keep this comment at the end of the file
66
64
Local variables:
67
65
mode: sgml
68
66