summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XRowSet.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/sdbc/XRowSet.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sdbc/XRowSet.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XRowSet.idl23
1 files changed, 19 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XRowSet.idl b/offapi/com/sun/star/sdbc/XRowSet.idl
index 4a483e460bae..8b2199b152e1 100644
--- a/offapi/com/sun/star/sdbc/XRowSet.idl
+++ b/offapi/com/sun/star/sdbc/XRowSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRowSet.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 16:46:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,9 +78,11 @@ interface XConnection;
- <p>The XRowSet interface is unique in that it is intended to be
+ <p>
+ The XRowSet interface is unique in that it is intended to be
a software layer on top of an SDBC driver. Implementations of the
- RowSet interface can be provided by anyone.</p>
+ RowSet interface can be provided by anyone.
+ </p>
*/
interface XRowSet: XResultSet
{
@@ -89,6 +91,9 @@ interface XRowSet: XResultSet
// DocMerge from xml: method com::sun::star::sdbc::XRowSet::execute
/** populates a row set with data. The description of the data source and
other important information for filling the row set with data.
+
+ @throws SQLException
+ if a database access error occurs.
*/
void execute() raises (SQLException);
//-------------------------------------------------------------------------
@@ -96,12 +101,16 @@ interface XRowSet: XResultSet
// DocMerge from xml: method com::sun::star::sdbc::XRowSet::addRowSetListener
/** adds the specified listener to receive the events "cursorMoved",
"rowChanged", and "rowSetChanged".
+ @param listener
+ the listener which should be registered
*/
[oneway] void addRowSetListener([in]XRowSetListener listener );
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::sdbc::XRowSet::removeRowSetListener
/** removes the specified listener.
+ @param listener
+ the listener which should be registered
*/
[oneway] void removeRowSetListener([in]XRowSetListener listener );
};
@@ -112,6 +121,12 @@ interface XRowSet: XResultSet
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5.2.1 2002/02/18 09:00:56 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.5 2001/11/01 16:46:46 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.4 2001/03/16 16:41:35 jsc
remove interfaceheader with uik and remove [const] in method definitions