INTEGRATION: CWS dba18 (1.35.38); FILE MERGED

2004/11/10 15:02:12 oj 1.35.38.2: RESYNC: (1.35-1.36); FILE MERGED
2004/11/09 14:29:15 oj 1.35.38.1: #i30004# use new singlequerycomposer
This commit is contained in:
Oliver Bolte 2004-11-17 13:42:08 +00:00
parent daa672bf23
commit 5ce64e07cc

View file

@ -2,9 +2,9 @@
*
* $RCSfile: RowSet.hxx,v $
*
* $Revision: 1.36 $
* $Revision: 1.37 $
*
* last change: $Author: rt $ $Date: 2004-10-22 08:54:48 $
* last change: $Author: obo $ $Date: 2004-11-17 14:42:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -116,6 +116,13 @@
#ifndef _DBASHARED_APITOOLS_HXX_
#include "apitools.hxx"
#endif
#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYANALYZER_HPP_
#include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.hpp>
#endif
#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYCOMPOSER_HPP_
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
#endif
#include "RowSetBase.hxx"
namespace dbaccess
@ -146,8 +153,8 @@ namespace dbaccess
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xTypeMap;
::com::sun::star::uno::Any m_aTypeMap;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > m_xStatement;
::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer > m_xComposer;
::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer > m_xAnalyzer;
::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer > m_xComposer;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xColumns; // the columns from a table or query
connectivity::OWeakRefArray m_aClones;