Lines Matching refs:condition
63 /** makes it possible to set a filter condition for the query.
79 with the name of the column and the filter condition. The filter condition
89 /** appends a new filter condition by a
96 If <TRUE/> the filter condition will be appended as an AND condition, otherwise
97 the new filter condition will be appended as OR criteria.
139 /** makes it possible to set a HAVING filter condition for the query.
156 with the name of the column and the filter condition. The filter condition
166 /** appends a new HAVING filter condition by a
172 If <TRUE/> the filter condition will be appended as an AND condition, otherwise
173 the new filter condition will be appended as OR criteria.
187 /** makes it possible to set a sort condition for the query.