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:
parent
b2966be644
commit
c5ac11333c
1 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue