summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl13
1 files changed, 10 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index 78e79662a..ba821b1ea 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.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 21:41:07 $
+ * last change: $Author: rt $ $Date: 2004-10-22 08:47:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -313,7 +313,14 @@ published service RowSet
*/
[property] boolean ApplyFilter;
-
+ /** additional having clause for the row set
+ */
+ [optional,property] string HavingClause;
+
+ /** additional group by for the row set
+ */
+ [optional,property] string GroupBy;
+
/** is a additional sort order definition for a rowset.
*/
[property] string Order;