summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/RowSet.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 07:47:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 07:47:52 +0000
commitad1d3d447ddecdea51ec05f6e75b6f85637d895d (patch)
tree723edb8415593c1df083df05dcdbdbc794f1d3f4 /offapi/com/sun/star/sdb/RowSet.idl
parenteb7e8f05bb409148b8e619dab71b1a60a95b9398 (diff)
INTEGRATION: CWS dba16 (1.17.98); FILE MERGED
2004/10/12 09:12:31 oj 1.17.98.1: #i30220# two new properties
Diffstat (limited to 'offapi/com/sun/star/sdb/RowSet.idl')
-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;