Lines Matching refs:query
51 structure of the used query.
57 /** returns the query.
59 the query
64 /** sets a new query for the composer, which may be expanded by filters, group by, having
181 /** returns the query previously set at the analyzer, with all application-level
187 which is based on another query.</p>
190 the query in the <code>FROM</code> part of a <code>SELECT</code> statement will be handled
194 …<p>For example, consider a database document which contains a client-side query named <code>All Or…
195 This query is not known to the underlying database, so an SQL statement like
197 …leSelectQueryAnalyzer</type> at the <type>Connection</type> object, and passing it the above query,
200 query.</p>
203 … if the query represented cannot be completely substituted. A usual case for this is a recursion in
204 …the sub queries: Consider a query named <code>foo</code>, which is defined as <code>SELECT * FROM …
205 …Now assume that <code>bar</code> is a query defined as <code>SELECT * FROM "foo"</code>. Passing e…
219 /** sets a new query for the composer, which may be expanded by filters, group by, having