summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/KeySet.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 07:54:17 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 07:54:17 +0000
commit29b3e21a0c2bd968d4b389fe2faa80040c541348 (patch)
tree31a478f2c97610f5af15d33767d70004c86ac5fd /dbaccess/source/core/api/KeySet.hxx
parent3c4b0756bd4e3da52eba6bd2290373d8febc9deb (diff)
INTEGRATION: CWS dba16 (1.18.70); FILE MERGED
2004/10/11 11:38:13 oj 1.18.70.1: #i30220# enable having, group by for queries
Diffstat (limited to 'dbaccess/source/core/api/KeySet.hxx')
-rw-r--r--dbaccess/source/core/api/KeySet.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/core/api/KeySet.hxx b/dbaccess/source/core/api/KeySet.hxx
index c3f0d240a139..bcab852a0aba 100644
--- a/dbaccess/source/core/api/KeySet.hxx
+++ b/dbaccess/source/core/api/KeySet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: KeySet.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2004-03-15 12:41:27 $
+ * last change: $Author: rt $ $Date: 2004-10-22 08:54:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,8 +75,8 @@
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
#include <com/sun/star/lang/XUnoTunnel.hpp>
#endif
-#ifndef _COM_SUN_STAR_SDB_XSQLQUERYCOMPOSER_HPP_
-#include <com/sun/star/sdb/XSQLQueryComposer.hpp>
+#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYANALYZER_HPP_
+#include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.hpp>
#endif
#ifndef _COMPHELPER_STLTYPES_HXX_
#include <comphelper/stl_types.hxx>
@@ -110,7 +110,7 @@ namespace dbaccess
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement> m_xStatement;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> m_xSet;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xRow;
- ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSQLQueryComposer > m_xComposer;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer > m_xComposer;
::rtl::OUString m_sUpdateTableName;
::rtl::OUString m_aSelectComposedTableName;
@@ -136,7 +136,7 @@ namespace dbaccess
public:
OKeySet(const connectivity::OSQLTable& _xTable,
const ::rtl::OUString& _rUpdateTableName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSQLQueryComposer >& _xComposer);
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer >& _xComposer);
// late ctor which can throw exceptions
virtual void construct(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet>& _xDriverSet);