Lines Matching refs:filter

63     /** makes it possible to set a filter condition	for the query.
64 @param filter
65 the filter to set
71 void setFilter([in] string filter)
75 /** appends a new set of filter criteria which is split into levels.
76 @param filter
77 The filter criteria is split into levels. Each level represents the
79 with the name of the column and the filter condition. The filter condition
85 void setStructuredFilter([in] sequence< sequence<com::sun::star::beans::PropertyValue> > filter)
89 /** appends a new filter condition by a
91 providing the name and the value for the filter.
94 the column which is used to create a filter
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.
140 @param filter
141 the filter to set
147 void setHavingClause([in] string filter)
152 /** appends a new set of HAVING filter criteria which is split into levels.
153 @param filter
154 The HAVING filter criteria is split into levels. Each level represents the
156 with the name of the column and the filter condition. The filter condition
162 …d setStructuredHavingClause([in] sequence< sequence<com::sun::star::beans::PropertyValue> > filter)
166 /** appends a new HAVING filter condition by a
168 providing the name and the value for the filter.
170 the column which is used to create a filter
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.
221 elementary statement contains a filter clause, a call to
223filter. Instead, only filters which have been set using for instance <member>setFilter</member>
231 <p>As a result, you can use the composer to build culmulative filter expressions. That
245 <p>If, in such a scenario, you would be interested in the filter part of the
247 <member>XSingleSelectQueryAnalyzer::setQuery</member>, and retrieve the filter
250 <p>If you'd be interested in the composed filter, you would set the
252filter, and propagate the resulting query (<member>XSingleSelectQueryAnalyzer::getQuery</member>)