Lines Matching refs:statement
67 the single select statement to set
70 or the statement isn't a single select statement
71 or the statement isn't valid
72 or the statement can not be parsed.
186 … level. As a prominent example, you might pass a <code>SELECT</code> statement to the analyzer
190 the query in the <code>FROM</code> part of a <code>SELECT</code> statement will be handled
191 … as if it really is a table -, <code>getQueryWithSubstitution</code> gives you the SQL statement
195 This query is not known to the underlying database, so an SQL statement like
198 …you can then use <code>getQueryWithSubstitution</code> to retrieve a statement where <code>"All Or…
199 …has been replaced with the <code>SELECT</code> statement which actually constitutes the <code>"All…
226 means in case the <member>Command</member> specifies an SQL statement, the inherited
229 It then can be to used to specify whether the SQL statement should be analyzed on the
242 or the statement isn't a single select statement
243 or the statement isn't valid
244 or the statement can not be parsed.