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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>SQLite3Stmt</type><methodname>SQLite3::prepare</methodname>
11
+
<methodsynopsis role="SQLite3">
12
+
<modifier>public</modifier> <type class="union"><type>SQLite3Stmt</type><type>false</type></type><methodname>SQLite3::prepare</methodname>
14
13
<methodparam><type>string</type><parameter>query</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
...
...
@@ -68,8 +67,16 @@ var_dump($result->fetchArray());
68
67
</para>
69
68
</refsect1>
70
69

71
-
</refentry>
70
+
<refsect1 role="seealso">
71
+
&reftitle.seealso;
72
+
<simplelist>
73
+
<member><methodname>SQLite3Stmt::paramCount</methodname></member>
74
+
<member><methodname>SQLite3Stmt::bindValue</methodname></member>
75
+
<member><methodname>SQLite3Stmt::bindParam</methodname></member>
76
+
</simplelist>
77
+
</refsect1>
72
78

79
+
</refentry>
73
80
<!-- Keep this comment at the end of the file
74
81
Local variables:
75
82
mode: sgml
76
83