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

4
3
<refentry xml:id="sqlite3stmt.close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SQLite3Stmt::close</refname>
...
...
@@ -9,13 +8,20 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SQLite3Stmt">
13
12
<modifier>public</modifier> <type>bool</type><methodname>SQLite3Stmt::close</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Closes the prepared statement.
18
17
</para>
18
+
<note>
19
+
<simpara>
20
+
Note that all <classname>SQLite3Result</classname>s that have been retrieved
21
+
by executing this statement will be invalidated when the statement is
22
+
closed.
23
+
</simpara>
24
+
</note>
19
25
</refsect1>
20
26

21
27
<refsect1 role="parameters">
...
...
@@ -31,7 +37,6 @@
31
37
</refsect1>
32
38

33
39
</refentry>
34
-

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