User: hr Date: 2006/08/15 03:42:39 Modified: dba/dbaccess/source/core/api/RowSetCache.hxx
Log: INTEGRATION: CWS dba30 (1.25.14); FILE MERGED 2006/07/19 12:09:34 fs 1.25.14.3: RESYNC: (1.28-1.29); FILE MERGED 2006/03/21 18:21:14 fs 1.25.14.2: RESYNC: (1.25-1.28); FILE MERGED 2005/12/30 06:20:21 oj 1.25.14.1: #i53377# check if innerjoin was used File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCache.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.hxx?r1=1.30&r2=1.31 Delta lines: +7 -0 ------------------- --- RowSetCache.hxx 26 Jul 2006 07:46:24 -0000 1.30 +++ RowSetCache.hxx 15 Aug 2006 10:42:36 -0000 1.31 @@ -105,6 +105,10 @@ #include "RowSetCacheIterator.hxx" #endif +namespace connectivity +{ + class OSQLParseNode; +} namespace dbaccess { class OCacheSet; @@ -172,6 +176,9 @@ sal_Bool checkJoin( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection, const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer >& _xComposer, const ::rtl::OUString& _sUpdateTableName); + sal_Bool checkInnerJoin(const ::connectivity::OSQLParseNode *pNode + ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection + ,const ::rtl::OUString& _sUpdateTableName); // clears the insert row void clearInsertRow(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
