INTEGRATION: CWS dba205b (1.10.170); FILE MERGED

2006/08/30 08:22:34 fs 1.10.170.1: added documentation saying that execute does refresh the content
This commit is contained in:
Ivo Hinkelmann 2006-10-18 12:22:22 +00:00
parent b2966be644
commit c5ac11333c

View file

@ -4,9 +4,9 @@
*
* $RCSfile: RowSet.idl,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: rt $ $Date: 2005-09-08 03:46:21 $
* last change: $Author: ihi $ $Date: 2006-10-18 13:22:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -77,10 +77,13 @@
*/
published service RowSet
{
// DocMerge: empty anyway
service com::sun::star::sdbc::ResultSet;
// used to execute and to add/remove listeners.
/** used to execute and to add/remove listeners.
<p>To refresh the content of a <type>RowSet</type>, use this interface's <member>XRowSet::execute</member>
method.</p>
*/
interface XRowSet;
// used to set parameters.