X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref-syntax.xml;h=e0e091eb77f741fe2a0a278907a07f3a12b499bc;hb=ca1fbde617aefd39a81c3eaae9ba25c3fd949f59;hp=b13dd32ff0cd7c279673e28e464efe1592244ffe;hpb=aee3ea30595ebee301ccb1532062053c3c580e19;p=clsql.git diff --git a/doc/ref-syntax.xml b/doc/ref-syntax.xml index b13dd32..e0e091e 100644 --- a/doc/ref-syntax.xml +++ b/doc/ref-syntax.xml @@ -653,7 +653,7 @@ Syntax - sql-operation operation &rest args => result + sql-operation operator &rest args => result sql-operation 'function func &rest args => result @@ -661,7 +661,7 @@ Arguments and Values - operation + operator A symbol denoting an SQL operator. @@ -689,9 +689,9 @@ Description Returns an SQL expression constructed from the supplied - SQL operator or function operation and + SQL operator or function operator and its arguments args. If - operation is passed the symbol 'function + operator is passed the symbol 'function then the first value in args is taken to be a valid SQL function and the remaining values in args its arguments. @@ -728,7 +728,7 @@ Exceptional Situations An error of type sql-user-error - is signalled if operation is not a symbol + is signalled if operator is not a symbol representing a supported SQL operator. @@ -757,13 +757,13 @@ Syntax - sql-operator operation => result + sql-operator operator => result Arguments and Values - operation + operator A symbol denoting an SQL operator. @@ -779,9 +779,9 @@ Description - Returns the Lisp symbol corresponding to the SQL operation - represented by the symbol operation. If - operation does not represent a supported + Returns the Lisp symbol corresponding to the SQL operator + represented by the symbol operator. If + operator does not represent a supported SQL operator or is not a symbol, nil is returned.