Lines Matching refs:row

73 …<p>A row set is able to be operated in various ways, and additionally it notifies various changes …
77 working with a row set:
88 …<td valign="top">If the opration includes changes in the values of the columns of the row set, the…
101 <tr><td valign="top"><em>row state</em></td>
106 <tr><td valign="top"><em>row count</em></td>
162 …pe="com::sun::star::sdbc">XResultSetUpdate::deleteRow</member>, you can delete the current row of a
163 …<type>RowSet</type>. This deleted row then doesn't vanish immediately, but is still present, and s…
164 …n::star::sdbc">XResultSet::rowDeleted</member> will return <TRUE/>. The deleted row "vanishes" from
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/>
175 A special case to note is the <code>next<code> call: When you delete row, say,
177 still is on row 15, since the deleted row vanished with the move operation.</dd>
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…
198 be able to move back to the deleted row (since it vanished), but only to the
199 row after the deleted row.</dd>
211 <p>If you want a row set to be based on a parametrized query, you will usually use
231 /** is the interface for updating row data to the database.
243 /** is the interface for deleting more than one row, identified by it's bookmark.
256 The new result set is interoperable with the row set which created it,
260 If the row set is not alive (i.e., it was not executed before),
336 /** additional having clause for the row set
340 /** additional group by for the row set
355 /** indicates that the current row is modified.
360 /** indicates that the current row is going to be inserted to the database.
370 /** indicates that all rows of te row set have been counted.