diff options
author | dkenny <dkenny@openoffice.org> | 2001-11-07 09:49:58 +0000 |
---|---|---|
committer | dkenny <dkenny@openoffice.org> | 2001-11-07 09:49:58 +0000 |
commit | e856d0dae604ae2b70cdcac24a9734d2271f5f53 (patch) | |
tree | 3219ce1a808090b2e86949e97d5952d106ca2199 /connectivity/source/drivers/mozab/MResultSet.hxx | |
parent | 71853e77846a48d2cadef23a565c53c0a2741f17 (diff) |
93373 - querying LDAP address data with special filter does not work
Diffstat (limited to 'connectivity/source/drivers/mozab/MResultSet.hxx')
-rw-r--r-- | connectivity/source/drivers/mozab/MResultSet.hxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/connectivity/source/drivers/mozab/MResultSet.hxx b/connectivity/source/drivers/mozab/MResultSet.hxx index f484cdefacc5..84493f10026f 100644 --- a/connectivity/source/drivers/mozab/MResultSet.hxx +++ b/connectivity/source/drivers/mozab/MResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MResultSet.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2001-10-17 18:38:07 $ + * last change: $Author: dkenny $ $Date: 2001-11-07 10:49:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -347,14 +347,11 @@ protected: ::vos::ORef<connectivity::OSQLColumns> m_xColumns; // this are the select columns ::vos::ORef<connectivity::OSQLColumns> m_xParamColumns; - void fillColumns(); void parseParameter( const OSQLParseNode* pNode, rtl::OUString& rMatchString ); void fillRowData() throw( ::com::sun::star::sdbc::SQLException ); void initializeRow(OValueRow& _rRow,sal_Int32 _nColumnCount); - void analyseWhereClause( const OSQLParseNode* parseTree, - ::std::vector< ::rtl::OUString > &matchItems, - ::std::vector< MQuery::eSqlOppr > &matchOper, - ::std::vector< ::rtl::OUString > &matchValues, + void analyseWhereClause( const OSQLParseNode* parseTree, + MQueryExpression &queryExpression, connectivity::OSQLParseTreeIterator& aSQLIterator); sal_Bool isCount() const; |