libidav/davqlparser.h

changeset 87
ed21d95984bb
parent 86
ecba8bdf9741
child 88
4d6b03bd7034
equal deleted inserted replaced
86:ecba8bdf9741 87:ed21d95984bb
187 * The list of DavQLExpressions for the new DAV property values. 187 * The list of DavQLExpressions for the new DAV property values.
188 * This is <code>NULL</code> for GET queries. 188 * This is <code>NULL</code> for GET queries.
189 */ 189 */
190 UcxList* setvalues; 190 UcxList* setvalues;
191 /** 191 /**
192 * A DavQLExpression that denotes the queried path. 192 * A string that denotes the queried path.
193 */ 193 */
194 DavQLExpression* path; 194 sstr_t path;
195 /** 195 /**
196 * Logical expression for selection. 196 * Logical expression for selection.
197 * <code>NULL</code>, if there is no where clause. 197 * <code>NULL</code>, if there is no where clause.
198 */ 198 */
199 DavQLExpression* where; 199 DavQLExpression* where;

mercurial