libidav/davqlparser.h

changeset 131
32e7b3e6b482
parent 130
80d273229f24
child 185
cd42cccee550
--- a/libidav/davqlparser.h	Wed Jun 03 11:47:38 2015 +0200
+++ b/libidav/davqlparser.h	Fri Jun 05 10:10:14 2015 +0200
@@ -157,7 +157,9 @@
  * The grammar for a DavQLStatement is:
  * 
  * <pre>
- * Keyword = "select" | "set" | "from" | "at" | "as" | "where" | "with"
+ * Keyword = "select" | "set" | "from" | "at" | "as"
+ *         | "where" | "anywhere" | "like" | "unlike"
+ *         | "and" | "or" | "not" | "xor" | "with" | "infinity"
  *         | "order" | "by" | "asc" | "desc";
  * 
  * Expression        = AddExpression;
@@ -229,7 +231,7 @@
  * 
  * <b>SET:</b>
  * <pre>
- * "set ",SetExpressions,
+ * SetStatement = "set ",SetExpressions,
  * " at ", Path,
  * [" with ", WithClause],
  * (" where ", LogicalExpression) | " anywhere";

mercurial