Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
63 /** makes it possible to set a filter condition for the query.
67 if a database access error occurs
75 /** appends a new set of filter criteria which is split into levels.
83 if a database access error occurs.
89 /** appends a new filter condition by a
94 the column which is used to create a filter
102 if a database access error occurs.
112 /** makes it possible to set a group for the query.
116 if a database access error occurs
126 statement. The column must be a <type scope="com::sun::star::sdbcx">Column</type>.
128 the column which is used to create a group part
130 if a database access error occurs.
139 /** makes it possible to set a HAVING filter condition for the query.
143 if a database access error occurs
152 /** appends a new set of HAVING filter criteria which is split into levels.
160 if a database access error occurs.
166 /** appends a new HAVING filter condition by a
170 the column which is used to create a filter
178 if a database access error occurs.
187 /** makes it possible to set a sort condition for the query.
191 if a database access error occurs
201 statement. The column must be a <type scope="com::sun::star::sdbcx">Column</type>.
203 the column which is used to create a order part
207 if a database access error occurs.
217 /** sets a new elementary query for the composer
219 <p>An elementary query or statement is a (single select) statement whose parts are
221 elementary statement contains a filter clause, a call to
231 <p>As a result, you can use the composer to build culmulative filter expressions. That
232 is, you can set <member>ElementaryQuery</member> to a statement already containing
239 statement represented by a <type>QueryDefinition</type>, and extend it with additional
242 <member>QueryDefinition::Command</member> as <member>ElementaryQuery</member> of a
245 <p>If, in such a scenario, you would be interested in the filter part of the