reference/sqlite3/sqlite3/open.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -41,19 +41,19 @@
41
41
<itemizedlist>
42
42
<listitem>
43
43
<para>
44
-
<literal>SQLITE3_OPEN_READONLY</literal>: Open the database for
44
+
<constant>SQLITE3_OPEN_READONLY</constant>: Open the database for
45
45
reading only.
46
46
</para>
47
47
</listitem>
48
48
<listitem>
49
49
<para>
50
-
<literal>SQLITE3_OPEN_READWRITE</literal>: Open the database for
50
+
<constant>SQLITE3_OPEN_READWRITE</constant>: Open the database for
51
51
reading and writing.
52
52
</para>
53
53
</listitem>
54
54
<listitem>
55
55
<para>
56
-
<literal>SQLITE3_OPEN_CREATE</literal>: Create the database if it
56
+
<constant>SQLITE3_OPEN_CREATE</constant>: Create the database if it
57
57
does not exist.
58
58
</para>
59
59
</listitem>
60
60