Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
53 /** is a client side RowSet, which use retrieves is data based on a database table,
54 a query or a SQL command or by a rowset reader, who mustn't support SQL.
55 The connection of the rowset is typically a named DataSource or a DataAccess component
56 or a previous instanciated connection.
74 …state. Clients of this service can rely on a fixed order of notifications, depending on how they o…
77 working with a row set:
81 which is just being done. This may be either a
95 <td valign="top">When the operation is done, you get a notification about this. It may be a
96 <member scope="com::sun::star::sdbc">XRowSetListener::cursorMoved</member> or a
97 <member scope="com::sun::star::sdbc">XRowSetListener::rowChanged</member> call or a
102 …<td valign="top">If the operation leads to a change in the state of the <member>IsModified</member>
162 …pe="com::sun::star::sdbc">XResultSetUpdate::deleteRow</member>, you can delete the current row of a
166 As a consequence, the behaviour of several other methods is affected:<br/>
173 …<dd>will let the deleted row vanish from the result set. As a consequence, the <member>RowCount</m…
174 will decrease when you do such a move operation after deleting a row.<br/>
180 <dd>will throw an exception when the cursor is on a deleted row.</dd>
183 <dd>will return an empty value when the cursor is on a deleted row.</dd>
186 <dd>will throw an exception when the cursor is on a deleted row.</dd>
189 <dd>will throw an exception when the cursor is on a deleted row.</dd>
192 <dd>will throw an exception when the cursor is on a deleted row.</dd>
195 …<dd>will let the deleted row vanish from the result set. As a consequence, the <member>RowCount</m…
209 /** can be used to allow an interaction handler to supply missing data during a execute process.
211 <p>If you want a row set to be based on a parametrized query, you will usually use
224 …<p>The support of this interface implies a sematical extension to the <type scope="com::sun::star:…
236 …in a sematical extension: the methods <member scope="com::sun::star::sdbc">XResultSetUpdate::inser…
248 …in a sematical extension: the method <member scope="com::sun::star::sdbcx">XDeleteRows::deleteRows…
254 /** creates a second result set which is based on the same data.
270a <member>Filter</member> or <member>Order</member> which contains parameters, then those can be a…
280 /** is the connection generated by a DataSource or by a URL. It could
286 /** is the name of the datasource to use, this could be a named datasource
287 or the URL of a data access component.
295 <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>,
326 /** additional filter for a rowset.
344 /** is a additional sort order definition for a rowset.
365 /** contains the number of rows accessed in a the data source.