X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref-oodml.xml;h=50139a6288904b1c058a15f47d98c950ef9719e1;hb=18e34efea688a6758b6e997401fbc3f241da98f3;hp=094db326e23ce83d2140144294fd81326f03b30f;hpb=d0695ffb828519fade3aa5166236812e6144975b;p=clsql.git diff --git a/doc/ref-oodml.xml b/doc/ref-oodml.xml index 094db32..50139a6 100644 --- a/doc/ref-oodml.xml +++ b/doc/ref-oodml.xml @@ -124,6 +124,57 @@ + + + *DEFAULT-CACHING* + Controls the default caching behavior. + Variable + + + Value Type + + Boolean + + + + Initial Value + &t; + + + Description + + This variable stores the default value of the + CACHING keyword for the select. + + + + Examples + + (let ((*default-caching* nil))) + (select 'foo)) + + ;; is equivalent to + + (select 'foo :caching nil) + + + + Affected By + None. + + + See Also + + select + + + + Notes This is a CLSQL extension to the + &commonsql; API. &commonsql; has caching on at all times. + + + *DEFAULT-UPDATE-OBJECTS-MAX-LEN* @@ -231,7 +282,7 @@ (slot-value (car *) 'email) => "lenin@soviet.org" (select 'employee :where [= [slot-value 'employee 'emplid] 1] :flatp t :refresh t) -Details for Vladamir Lenin have been updated from the database. +Details for Vladimir Lenin have been updated from the database. => (#<EMPLOYEE {48149995}>) (slot-value (car *) 'email) => "v.lenin@soviet.org"