Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
39 such a component, caused by an error condition which is included in the
46 <p>Note that before you examine the <code>ErrorCode</code> member of a caught
73 <p>This error condition results in raising a <type>RowSetVetoException</type>.</p>
85 <p>Imagine you have a client-side query <code>SELECT * FROM table</code>, which is
86 saved as &quot;query1&quot;. Additionally, there is a query &quot;query2&quot; defined
89 it would lead to a cyclic sub query.
98 /** indicates that the name of a client side database object - a query, a form,
99 or a report - contains one or more slashes, which is forbidden.
107 /** indicates that the name of a query contains quote characters.
109 <p>This error condition is met when the user attempts to save a query
110 with a name which contains one of the possible database quote characters.
118 /** indicates that an attempt was made to save a database object under a name
122 statements, this could mean that a table was attempted to be saved with the
133 /** indicates an operation was attempted which needs a connection to the
143 …/** used by the component implementing address book access to indicate that a requested address bo…
147 in a Thunderbird profile named <q>MyProfile</q>, but there does not exist a profile
157 /** used to indicate that a <code>SELECT</code> operation on a table needs a filter.
159 <p>Some database drivers are not able to <code>SELECT</code> from a table if the
160 statement does not contain a <code>WHERE</code> clause. In this case, a statement