summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/RowSet.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-01-23 09:08:47 +0000
committerMichael Hönnig <mi@openoffice.org>2001-01-23 09:08:47 +0000
commitb1fb59fa15244e115bcec0c52fb4948bd97e3f9c (patch)
tree1d6d915b8acf53d9282d00e9ecd49bb6bf05895d /offapi/com/sun/star/sdb/RowSet.idl
parent0b32a8981545fc8a6460d8710ba6b29bd83c83fd (diff)
optional interfaces now marked as [optional] instead of just a prosa description of this fact
Diffstat (limited to 'offapi/com/sun/star/sdb/RowSet.idl')
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl37
1 files changed, 7 insertions, 30 deletions
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index 3ea88e8bc..6bec53ece 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSet.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:38 $
+ * last change: $Author: mi $ $Date: 2001-01-23 10:08:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,31 +213,13 @@ service RowSet
/** is the name of the table which should be updated, this is usually used
for queries which relate to more than one table.
-
-
-
-
-
-
-
-
@optional
- .
*/
[optional, property] string UpdateTableName;
-
// DocMerge from xml: property com::sun::star::sdbc::com::sun::star::sdbcx::com::sun::star::sdb::RowSet::UpdateCatalogName
/** is the name of the table catalog
-
-
-
-
-
-
-
-
-
+
@optional
*/
[optional, property] string UpdateCatalogName;
@@ -245,15 +227,7 @@ service RowSet
// DocMerge from xml: property com::sun::star::sdbc::com::sun::star::sdbcx::com::sun::star::sdb::RowSet::UpdateSchemaName
/** is the name of the table schema.
-
-
-
-
-
-
-
-
-
+
@optional
*/
[optional, property] string UpdateSchemaName;
@@ -265,6 +239,9 @@ service RowSet
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/14 12:53:38 mi
+ <true></true> -> <TRUE/> and same with FALSE
+
Revision 1.3 2000/11/08 12:43:31 mi
moved from api