libidav/davqlparser.h

changeset 359
bacb54502b24
parent 357
5dfbf7b45873
child 365
f04ab0420512
equal deleted inserted replaced
358:54dbd44ac6b0 359:bacb54502b24
223 * <b>SELECT:</b> 223 * <b>SELECT:</b>
224 * <pre> 224 * <pre>
225 * SelectStatement = "select ", FieldExpressions, 225 * SelectStatement = "select ", FieldExpressions,
226 * " from ", Path, 226 * " from ", Path,
227 * [" with ", WithClause], 227 * [" with ", WithClause],
228 * [" where ", LogicalExpression], 228 * [(" where ", LogicalExpression) | " anywhere"],
229 * [" order by ", OrderByClause]; 229 * [" order by ", OrderByClause];
230 * </pre> 230 * </pre>
231 * 231 *
232 * <b>SET:</b> 232 * <b>SET:</b>
233 * <pre> 233 * <pre>

mercurial