reference/dbase/constants.xml
ae48f384160615ce29ce231b7e85290427b64c44
...
...
@@ -3,7 +3,69 @@
3
3

4
4
<appendix xml:id="dbase.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
&reftitle.constants;
6
-
&no.constants;
6
+
&extension.constants;
7
+
<variablelist>
8
+
<varlistentry xml:id="constant.dbase-version">
9
+
<term>
10
+
<constant>DBASE_VERSION</constant>
11
+
(<type>string</type>)
12
+
</term>
13
+
<listitem>
14
+
<simpara>
15
+
The extension version.
16
+
(Available as of dbase 7.0.0)
17
+
</simpara>
18
+
</listitem>
19
+
</varlistentry>
20
+
<varlistentry xml:id="constant.dbase-rdonly">
21
+
<term>
22
+
<constant>DBASE_RDONLY</constant>
23
+
(<type>int</type>)
24
+
</term>
25
+
<listitem>
26
+
<simpara>
27
+
Open database for reading only. Used with <function>dbase_open</function>.
28
+
(Available as of dbase 7.0.0)
29
+
</simpara>
30
+
</listitem>
31
+
</varlistentry>
32
+
<varlistentry xml:id="constant.dbase-rdwr">
33
+
<term>
34
+
<constant>DBASE_RDWR</constant>
35
+
(<type>int</type>)
36
+
</term>
37
+
<listitem>
38
+
<simpara>
39
+
Open database for reading and writing. Used with <function>dbase_open</function>.
40
+
(Available as of dbase 7.0.0)
41
+
</simpara>
42
+
</listitem>
43
+
</varlistentry>
44
+
<varlistentry xml:id="constant.dbase-type-dbase">
45
+
<term>
46
+
<constant>DBASE_TYPE_DBASE</constant>
47
+
(<type>int</type>)
48
+
</term>
49
+
<listitem>
50
+
<simpara>
51
+
Create dBASE style database. Used with <function>dbase_create</function>.
52
+
(Available as of dbase 7.0.0)
53
+
</simpara>
54
+
</listitem>
55
+
</varlistentry>
56
+
<varlistentry xml:id="constant.dbase-type-foxpro">
57
+
<term>
58
+
<constant>DBASE_TYPE_FOXPRO</constant>
59
+
(<type>int</type>)
60
+
</term>
61
+
<listitem>
62
+
<simpara>
63
+
Create FoxPro style database. Used with <function>dbase_create</function>.
64
+
(Available as of dbase 7.0.0)
65
+
</simpara>
66
+
</listitem>
67
+
</varlistentry>
68
+
</variablelist>
7
69
</appendix>
8
70

9
71
<!-- Keep this comment at the end of the file
10
72