X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fref_clsql.xml;fp=doc%2Fref_clsql.xml;h=6fadbae16e0396430b0ff643188d6746c6d503ac;hp=4d1c9d510c9eee29a25b620e37e6b4165a4a6ada;hb=5691bb90517d7c565a141d131da76c3de1f8d566;hpb=7fe2be1c1362639b32fab48534f3dce614586ff4 diff --git a/doc/ref_clsql.xml b/doc/ref_clsql.xml index 4d1c9d5..6fadbae 100644 --- a/doc/ref_clsql.xml +++ b/doc/ref_clsql.xml @@ -1868,7 +1868,7 @@ The default is &nil;. Syntax - query query-expression &key database types => result + query query-expression &key database result-types => result Arguments and Values @@ -1892,11 +1892,11 @@ The default is &nil;. - types + result-types A field type - specififier. The default is &nil;. + specifier. The default is &nil;. The purpose of this argument is cause &clsql; to @@ -2019,7 +2019,7 @@ The default is &nil;. Syntax - map-query output-type-spec function query-expression &key database types => result + map-query output-type-spec function query-expression &key database result-types => result Arguments and Values @@ -2060,10 +2060,10 @@ The default is &nil;. - types + result-types - A field type specififier. + A field type specifier. The default is &nil;. See query for the semantics of this argument. @@ -2190,7 +2190,7 @@ The default is &nil;. Syntax - do-query ((&rest args) query-expression &key database types) &body body => nil + do-query ((&rest args) query-expression &key database result-types) &body body => nil Arguments and Values @@ -2221,10 +2221,10 @@ The default is &nil;. - types + result-types - A field type specififier. + A field type specifier. The default is &nil;. See query for the semantics of this argument.