Lines Matching refs:p

57 	<p>
63 </p>
64 <p>
70 </p>
73 …<p>A row set is able to be operated in various ways, and additionally it notifies various changes …
113 </p>
117 <p>The following matrix shows the notifications which apply to the different operations:
159 </p>
162 …<p>Via <member scope="com::sun::star::sdbc">XResultSetUpdate::deleteRow</member>, you can delete t…
201 </p>
211 <p>If you want a row set to be based on a parametrized query, you will usually use
216 … aren't set before through the <type scope="com::sun::star::sdbc">XParameters</type> interface.</p>
224 …<p>The support of this interface implies a sematical extension to the <type scope="com::sun::star:…
225 … interface which is supported via the <type scope="com::sun::star::sdbc">ResultSet</type>.</p>
233 …<p>The optional support of this interface is already implied with the support of the <type scope="…
235 …<p>However, note that the additional support of the <type>XRowSetApproveBroadcaster</type> interfa…
239 by one of the <type>XRowSetApproveListener</type>'s.</p>
245 …<p>The optional support of this interface is already implied with the support of the <type scope="…
247 …<p>However, note that the additional support of the <type>XRowSetApproveBroadcaster</type> interfa…
250 by one of the <type>XRowSetApproveListener</type>'s.</p>
255 <p>
258 </p>
259 <p>
263 </p>
269 …<p>If your <code>RowSet</code> is bound to an SQL command or query which contains parameters, or h…
271 using the <code>XParametersSupplier</code> interface.</p>
273 …<p>The returned container contains parameter objects which do allow write access to the parameters…
276 such as their name (if they have one), their type, and the like.</p>
295 <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>,
303 which are not standard SQL, to your database.</p>