X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fcsql.xml;h=011c04663878bdc42759418ab1c07390526fa5cc;hb=e96c19277e33851ce1f87139b7f0c41d8a463bec;hp=47491ffe4fa44857334530ddd3e68054cfd01bd3;hpb=9dd1aaa4e36d0d9a13e68cb501f1d17dbb10c209;p=clsql.git diff --git a/doc/csql.xml b/doc/csql.xml index 47491ff..011c046 100644 --- a/doc/csql.xml +++ b/doc/csql.xml @@ -247,16 +247,14 @@ mapped into a database). They would be defined as follows: - :db-type - A string which will be used as the + :column- - A string which will be used as the type specifier for this slots column definition in the database. - :nulls-ok - If &t;, all &sql; &null; values - retrieved from the database become nil; if &nil;, all &null; - values retrieved are converted by - DATABASE-NULL-VALUE. + :void-value - The Lisp value to return if the + field is &null;. The default is &nil;. @@ -465,7 +463,7 @@ first need to create our tables in the database: -Note: the file doc/clsql-tutorial.lisp contains +Note: the file examples/clsql-tutorial.lisp contains view class definitions which you can load into your list at this point in order to play along at home.