INTEGRATION: CWS dba16 (1.23.10); FILE MERGED

2004/10/11 11:38:20 oj 1.23.10.1: #i30220# enable having, group by for queries
This commit is contained in:
Rüdiger Timm 2004-10-22 07:57:21 +00:00
parent b5685d7521
commit 106c9defe6

View file

@ -2,9 +2,9 @@
*
* $RCSfile: querydescriptor.cxx,v $
*
* $Revision: 1.23 $
* $Revision: 1.24 $
*
* last change: $Author: hr $ $Date: 2004-08-05 16:37:09 $
* last change: $Author: rt $ $Date: 2004-10-22 08:57:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -108,7 +108,7 @@ namespace dbaccess
DBG_NAME(OQueryDescriptor)
//--------------------------------------------------------------------------
OQueryDescriptor::OQueryDescriptor()
: ODataSettings(m_aBHelper)
: ODataSettings(m_aBHelper,sal_True)
,OQueryDescriptor_Base(m_aMutex,*this)
{
DBG_CTOR(OQueryDescriptor,NULL);
@ -119,7 +119,7 @@ OQueryDescriptor::OQueryDescriptor()
//--------------------------------------------------------------------------
OQueryDescriptor::OQueryDescriptor(const Reference< XPropertySet >& _rxCommandDefinition)
:OQueryDescriptor_Base(m_aMutex,*this)
,ODataSettings(m_aBHelper)
,ODataSettings(m_aBHelper,sal_True)
{
DBG_CTOR(OQueryDescriptor,NULL);
registerProperties();
@ -142,7 +142,7 @@ OQueryDescriptor::OQueryDescriptor(const Reference< XPropertySet >& _rxCommandDe
//--------------------------------------------------------------------------
OQueryDescriptor::OQueryDescriptor(const OQueryDescriptor_Base& _rSource)
:OQueryDescriptor_Base(_rSource,*this)
,ODataSettings(m_aBHelper)
,ODataSettings(m_aBHelper,sal_True)
{
DBG_CTOR(OQueryDescriptor,NULL);
registerProperties();