r1639: Initial revision
[clsql.git] / doc / glossary.sgml
1 <!-- -*- DocBook -*- -->
2
3 <glossary>
4   <note>
5     <para>This glossary is still very thinly populated, and not all
6       references in the main text have been properly linked and
7       coordinated with this glossary.  This will hopefully change in
8       future revisions.
9     </para>
10   </note>
11   <glossentry>
12     <glossterm>Active database</glossterm>
13     <glosssee otherterm="gloss-database-object">
14   </glossentry>
15   <glossentry>
16     <glossterm>Connection</glossterm>
17     <glosssee otherterm="gloss-database-object">
18   </glossentry>
19   <glossentry>
20     <glossterm>Closed Database</glossterm>
21     <glossdef>
22       <para>
23         An object of type <type>closed-database</type>.  This is
24         in contrast to the terms connection, database, active
25         database or <glossterm
26         linkend="gloss-database-object">database object</glossterm>
27         which don't include objects which are closed database.
28       </para>
29     </glossdef>
30   </glossentry>
31   <glossentry>
32     <glossterm>database</glossterm>
33     <glosssee otherterm="gloss-database-object">
34   </glossentry>
35   <glossentry id="gloss-ffi">
36     <glossterm>Foreign Function Interface 
37       (<acronym>FFI</acronym>)
38     </glossterm>
39     <glossdef>
40       <para>
41         An interface from Common Lisp to a external library which
42         contains compiled functions written in other programming
43         languages, typically C.
44       </para>
45     </glossdef>
46   </glossentry>
47   <glossentry id="gloss-database-object">
48     <glossterm>Database Object</glossterm>
49     <glossdef>
50       <para>An object of type <type>database</type>.</para>
51     </glossdef>
52   </glossentry>
53   <glossentry id="gloss-sql">
54     <glossterm>Structured Query Language
55       (<acronym>SQL</acronym>)
56     </glossterm>
57     <glossdef>
58       <para>
59         An ANSI standard language for storing and retrieving data
60         in a relational database.
61       </para>
62     </glossdef>
63   </glossentry>
64   <glossentry id="gloss-sql-expression">
65     <glossterm>SQL Expression</glossterm>
66     <glossdef>
67       <para>Either a string containing a valid SQL statement, or
68         an object of type <type>sql-expression</type><note>
69         <para>This has not been implemented yet, so only strings
70           are valid SQL expressions for the moment.</para>
71         </note>
72       </para>
73     </glossdef>
74   </glossentry>
75 </glossary>
76