reference/sqlite3/sqlite3/construct.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -47,19 +47,19 @@
47
47
<itemizedlist>
48
48
<listitem>
49
49
<para>
50
-
<literal>SQLITE3_OPEN_READONLY</literal>: Open the database for
50
+
<constant>SQLITE3_OPEN_READONLY</constant>: Open the database for
51
51
reading only.
52
52
</para>
53
53
</listitem>
54
54
<listitem>
55
55
<para>
56
-
<literal>SQLITE3_OPEN_READWRITE</literal>: Open the database for
56
+
<constant>SQLITE3_OPEN_READWRITE</constant>: Open the database for
57
57
reading and writing.
58
58
</para>
59
59
</listitem>
60
60
<listitem>
61
61
<para>
62
-
<literal>SQLITE3_OPEN_CREATE</literal>: Create the database if it
62
+
<constant>SQLITE3_OPEN_CREATE</constant>: Create the database if it
63
63
does not exist.
64
64
</para>
65
65
</listitem>
66
66