X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fglossary.xml;fp=doc%2Fglossary.xml;h=b991299e72620254042773fe82ce10486d82a5ba;hb=a35619ce17c910796b4f6f58c5916f8f513073e1;hp=0000000000000000000000000000000000000000;hpb=fff83fbba112503ad015db50038c5628c88d4c99;p=clsql.git diff --git a/doc/glossary.xml b/doc/glossary.xml new file mode 100644 index 0000000..b991299 --- /dev/null +++ b/doc/glossary.xml @@ -0,0 +1,89 @@ + + +%myents; +]> + + + + This glossary is still very thinly populated, and not all + references in the main text have been properly linked and + coordinated with this glossary. This will hopefully change in + future revisions. + + + + Active database + + + + Connection + + + + Closed Database + + + An object of type closed-database. This is + in contrast to the terms connection, database, active + database or database object + which don't include objects which are closed database. + + + + + database + + + + Foreign Function Interface + (FFI) + + + + An interface from Common Lisp to a external library which + contains compiled functions written in other programming + languages, typically C. + + + + + Database Object + + An object of type database. + + + + Field Types Specifier + + A value that specifies the type of each field in a query. + + + + Structured Query Language + (SQL) + + + + An ANSI standard language for storing and retrieving data + in a relational database. + + + + + SQL Expression + + Either a string containing a valid SQL statement, or + an object of type sql-expression. + + This has not been implemented yet, so only strings + are valid SQL expressions for the moment. + + + + + + +