summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 10:39:56 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 10:39:56 +0000
commit81f127219aaa7bf7d92e4c0350a3ca69743f04bc (patch)
tree43f5ae67781ee2ecba9e09fad44d943cbb7a5d61 /connectivity/inc
parentd09cefb30d1dd4696b288c9859ab3cda41ae0401 (diff)
INTEGRATION: CWS dba30d (1.8.20); FILE MERGED
2008/05/28 11:35:05 oj 1.8.20.1: #i78725# new method for column alias in order by
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/connectivity/dbmetadata.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/dbmetadata.hxx b/connectivity/inc/connectivity/dbmetadata.hxx
index 680ca914ae..ddc3c23509 100644
--- a/connectivity/inc/connectivity/dbmetadata.hxx
+++ b/connectivity/inc/connectivity/dbmetadata.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dbmetadata.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -138,11 +138,17 @@ namespace dbtools
sal_Int32
getBooleanComparisonMode() const;
- /**
+ /** determines in relations are supported.
*
* \return <TRUE/> when relations are supported, otherwise <FALSE/>
*/
bool supportsRelations() const;
+
+ /** determines if column alias names can be used in the order by clause.
+ *
+ * \return <TRUE/> when relations are supported, otherwise <FALSE/>
+ */
+ bool supportsColumnAliasInOrderBy() const;
};
//........................................................................