Lines Matching refs:deleted
163 …<type>RowSet</type>. This deleted row then doesn't vanish immediately, but is still present, and s…
164 …un::star::sdbc">XResultSet::rowDeleted</member> will return <TRUE/>. The deleted row "vanishes" fr…
173 …<dd>will let the deleted row vanish from the result set. As a consequence, the <member>RowCount</m…
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>